From f973940e5d3714074cec055aed9328eb2c863815 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Wed, 14 Aug 2024 15:56:07 +0200 Subject: [PATCH] fix readme quick start demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1772369b..05fb1fc4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ faster, simpler and easier to use and configure, besides being super flexible. Make sure you have [Deno installed](https://deno.land/#installation). -Create your first page, for example, using the Nunjucks file `index.njk`: +Create your first page, for example, using the Vento file `index.vto`: ```html ---