Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Sep 21, 2020
1 parent 80e7ec8 commit d6031e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Click below to see the demo in a web browser:<br>
]
...
```
3. Use atft library components in `src/app.app.component.html`:
3. Use atft library components in `src/app.component.html`:
```html
<atft-orbit-controls [rotateSpeed]=1 [zoomSpeed]=1.2>
<atft-renderer-canvas #mainRenderer>
Expand Down
2 changes: 1 addition & 1 deletion projects/atft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Click below to see the demo in a web browser:<br>
]
...
```
3. Use atft library components in `src/app.app.component.html`:
3. Use atft library components in `src/app.component.html`:
```html
<atft-orbit-controls [rotateSpeed]=1 [zoomSpeed]=1.2>
<atft-renderer-canvas #mainRenderer>
Expand Down

0 comments on commit d6031e6

Please sign in to comment.