From ee6d3365c1af001c9382aa70f119684efc528327 Mon Sep 17 00:00:00 2001 From: Ben Gubler Date: Tue, 15 Aug 2023 11:18:01 -0600 Subject: [PATCH] docs: add example of Deno import --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 362de46..36f88e0 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Then, in your JS file: ```js import { Eta } from "eta"; +// import { Eta } from "https://deno.land/x/eta@v3.1.0/src/index.ts"; const eta = new Eta({ views: path.join(__dirname, "templates") });