From 8e0a29bac7f5d4af3c4f43225a483e1791ee69d4 Mon Sep 17 00:00:00 2001 From: syumai Date: Sat, 24 Jul 2021 22:10:59 +0900 Subject: [PATCH] Release 0.10.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acff4ea..bc22a06 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ## Usage ```ts -import * as dejs from "https://deno.land/x/dejs@0.10.0/mod.ts"; +import * as dejs from "https://deno.land/x/dejs@0.10.1/mod.ts"; ``` - **`renderFile`**`(filePath: string, params: Params): Promise`