Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
docs(README): add versioned browser script documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rieg-ec committed Jul 20, 2023
1 parent 50d9656 commit a27348c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ yarn add nucleus-browser

or as browser script


```
<script src="https://cdn.jsdelivr.net/npm/nucleus-browser/dist/bundle.iife.js"></script>
```

we recommend using a specific version in case a non-backwards compatible change is introduced

```
<script src="https://cdn.jsdelivr.net/npm/nucleus-browser@1.0.3/dist/bundle.iife.js"></script>
```

### Usage


Expand Down

0 comments on commit a27348c

Please sign in to comment.