Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Oct 14, 2024
1 parent e3b45b4 commit c8b6c7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ const { request } = require("jsfast"); // cjs

```html
<script src="https://unpkg.com/jsfast/dist/fastjs.global.js"></script>
<script>
fastjs.dom().text("Hello World!");
</script>
```

### Browser (ES Module)
Expand Down

0 comments on commit c8b6c7b

Please sign in to comment.