Skip to content

Commit 8242299

Browse files
committed
📝 Fix CDN section of doc
1 parent a78c2a8 commit 8242299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import type { RepoId, Credentials } from "@huggingface/hub";
4242
```
4343

4444
### From CDN or Static hosting
45+
4546
You can run our packages with vanilla JS, without any bundler, by using a CDN or static hosting. Using [ES modules](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/), i.e. `<script type="module">`, you can import the libraries in your code:
4647

4748
```html

0 commit comments

Comments
 (0)