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 4b707a4 commit cece53c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ console.log(`Hello ${$.blue.bold("world")}!`);
> 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
script.
isolated web worker. If enabled, you can pass explicit permissions directly to the `dzx` cli.

```typescript
#!/usr/bin/env dzx --worker --allow-read
Expand Down

0 comments on commit cece53c

Please sign in to comment.