Skip to content

Commit

Permalink
Update how to use vento in Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
fserb authored Jan 15, 2025
1 parent 24cfcba commit b5be276
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/1.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
With Deno, just import Vento like so:

```js
import vento from "https://deno.land/x/[email protected]/mod.ts";
import vento from "jsr:@vento/vento";
```

or

```sh
deno add jsr:@vento/vento
```

### Node.js
Expand Down

0 comments on commit b5be276

Please sign in to comment.