Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe authored Nov 19, 2023
1 parent 6d10b9b commit 3ee74d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Note: version 3.0 contains breaking changes -- please check the [release notes](
### Installation

* For [esm](#an-esm-browser-sketch): ```import { RiTa } from "https://esm.sh/rita";```
* For [node](#with-nodejs-and-npm): `$ npm install rita` and then ```let { RiTa } = require('rita');```
* For [node](#with-nodejs-and-npm): `$ npm install rita`
```let { RiTa } = require('rita');```
* For [browsers](#a-simple-browser-sketch): ```<script src="https://unpkg.com/rita"></script>```
* For [developers](#developing)

Expand Down

0 comments on commit 3ee74d4

Please sign in to comment.