Skip to content

Commit 8497e38

Browse files
authored
Update README.md
1 parent 23515d7 commit 8497e38

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ npm install @layoutit/polycss-vue
2121

2222
```
2323

24-
2524
You can also load PolyCSS directly from a CDN. Here is a minimal custom-element scene:
2625

2726
```html
@@ -39,7 +38,7 @@ You can also load PolyCSS directly from a CDN. Here is a minimal custom-element
3938

4039
## Framework Components
4140

42-
React and Vue expose the same component model. `<PolyCamera>` owns the viewpoint, `<PolyScene>` owns lighting and atlas options, and `<PolyMesh>` loads or receives polygon data.
41+
React and Vue expose the same component model. `<PolyCamera>` owns the viewpoint, `<PolyScene>` owns lighting and options, and `<PolyMesh>` loads or receives polygon data.
4342

4443
```tsx
4544
import { PolyCamera, PolyScene, PolyOrbitControls, PolyMesh } from "@layoutit/polycss-react";

0 commit comments

Comments
 (0)