Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed May 14, 2021
1 parent 7b92678 commit 4b707a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img alt="issues" src="https://img.shields.io/github/issues/c4spar/deno-dzx?label=issues&logo=github">
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.7.0-blue?logo=deno&color=blue" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.10.0-blue?logo=deno&color=blue" />
</a>
<a href="https://github.com/c4spar/deno-dzx/blob/main/LICENSE">
<img alt="Licence" src="https://img.shields.io/github/license/c4spar/deno-dzx?logo=github" />
Expand Down Expand Up @@ -131,8 +131,7 @@ console.log(`Hello ${$.blue.bold("world")}!`);
## Worker

> This is currently an exerminental feature. Permission flags doens't support
> values currently. Read permissions are required by default. Workers are
> currently not supported with `bundle` and `compile` commands.
> values currently. Read permissions are required by default.
If `dzx` is called with `-w` or `--worker`, the script is executed inside an
isolated web worker. If enabled, you can also set explicit permissions for your
Expand Down

0 comments on commit 4b707a4

Please sign in to comment.