Skip to content

Commit

Permalink
Merge pull request #94 from fserb/patch-1
Browse files Browse the repository at this point in the history
Update how to use vento in Deno
  • Loading branch information
oscarotero authored Jan 16, 2025
2 parents 24cfcba + b5be276 commit 494ffc0
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 494ffc0

Please sign in to comment.