Skip to content

Commit 57ca6ab

Browse files
committed
chore: update readme
1 parent e3b45b4 commit 57ca6ab

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ const { request } = require("jsfast"); // cjs
3939

4040
```html
4141
<script src="https://unpkg.com/jsfast/dist/fastjs.global.js"></script>
42+
<script>
43+
fastjs.dom().text("Hello World!");
44+
</script>
4245
```
4346

4447
### Browser (ES Module)

packages/core/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ const { request } = require("jsfast"); // cjs
3939

4040
```html
4141
<script src="https://unpkg.com/jsfast/dist/fastjs.global.js"></script>
42+
<script>
43+
fastjs.dom().text("Hello World!");
44+
</script>
4245
```
4346

4447
### Browser (ES Module)

0 commit comments

Comments
 (0)