Skip to content

Commit 8a6532d

Browse files
authored
Update README for clarity and quick start example
Clarify that components can be composed across different framework and component versions. Update the quick start example to use 'area' instead of 'document.body'.
1 parent ba7969e commit 8a6532d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
**ccmjs** is a lightweight JavaScript framework that implements the **Client-side Component Model (CCM)** — an architecture for building modular, reusable, and dynamically composed web applications.
1515

16-
Components are loaded, configured, and composed dynamically at runtime — even across different framework versions.
16+
Components are loaded, configured, and composed dynamically at runtime — even across different framework and component versions.
1717

1818
## 🚀 Quick Start
1919

@@ -26,7 +26,7 @@ Include ccmjs:
2626
Start a component:
2727

2828
```js
29-
ccm.start(component, config, document.body);
29+
ccm.start(component, config, area);
3030
```
3131

3232
## 💡 Quick Example

0 commit comments

Comments
 (0)