Skip to content

Commit

Permalink
docs: add example of Deno import
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Aug 15, 2023
1 parent 43c1a2e commit ee6d336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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") });

Expand Down

0 comments on commit ee6d336

Please sign in to comment.