Skip to content

Commit

Permalink
fix readme and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioCoser committed Apr 3, 2024
1 parent 49d781d commit cb9808e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
- [simple-counter-javascript](./simple-counter-javascript/)
- [async-counter-typescript](./async-counter-typescript/)
- [reactive-state-nodejs](./reactive-state-nodejs/)
- [cdn-package](./rcdn-package/)
- [cdn-package](./cdn-package/)
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ document.body.appendChild(App())
3. You will see that every second the incremented number will be printed


## Use it directly inside the HTML
### Use it directly inside the HTML
You can load the script from the github release url and start use it right away.
```html
<html>
Expand Down

0 comments on commit cb9808e

Please sign in to comment.