From 1807348c82186eef300c3e291e2953f0772ff3b7 Mon Sep 17 00:00:00 2001 From: Hugo Gomes Date: Thu, 4 Mar 2021 12:41:38 +0000 Subject: [PATCH] Update version in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3927ca4..64aab16 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The `` tag needs to have one of these two attributes present: Call `deno_tag` from the command line and specify a `html` file: -`> deno run --allow-read --allow-run --unstable https://deno.land/x/deno_tag@v1.0.2/deno_tag.ts index.html` +`> deno run --allow-read --allow-run --unstable https://deno.land/x/deno_tag@v1.1.0/deno_tag.ts index.html` It is necessary to have read and run permissions in order to read the file passed as an attribute on the `` tag and run it. @@ -85,7 +85,7 @@ export { complexFunction }; Running `deno_tag` on it: -`> deno run --allow-read --allow-run --unstable https://deno.land/x/deno_tag@v1.0.2/deno_tag.ts ./examples/1\ -\ simple\ output\ bundle/index.html` +`> deno run --allow-read --allow-run --unstable https://deno.land/x/deno_tag@v1.1.0/deno_tag.ts ./examples/1\ -\ simple\ output\ bundle/index.html` Produces the following output: @@ -220,7 +220,7 @@ permissions set. After running: -`> deno run --allow-read --allow-run --unstable https://deno.land/x/deno_tag@v1.0.2/deno_tag.ts index.html` +`> deno run --allow-read --allow-run --unstable https://deno.land/x/deno_tag@v1.1.0/deno_tag.ts index.html` The output is: