From b5be2761da15250720607a9c86a77ac393fe6b04 Mon Sep 17 00:00:00 2001 From: Fernando Serboncini Date: Wed, 15 Jan 2025 10:07:28 -0500 Subject: [PATCH] Update how to use vento in Deno --- docs/1.getting-started.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/1.getting-started.md b/docs/1.getting-started.md index 6a186fb..a7d9120 100644 --- a/docs/1.getting-started.md +++ b/docs/1.getting-started.md @@ -7,7 +7,13 @@ With Deno, just import Vento like so: ```js -import vento from "https://deno.land/x/vento@v0.9.1/mod.ts"; +import vento from "jsr:@vento/vento"; +``` + +or + +```sh +deno add jsr:@vento/vento ``` ### Node.js