Skip to content

Commit

Permalink
Update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDaniel committed Mar 4, 2021
1 parent bfbdeca commit 1807348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -30,7 +30,7 @@ The `<deno>` 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 `<deno>` tag and run it.
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 1807348

Please sign in to comment.