Skip to content

Commit bcb5173

Browse files
committed
Add -W into README.md description of the CLI options used
1 parent 7901fd7 commit bcb5173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ deno run -ERWN jsr:@bids/validator
3131
```
3232

3333
Deno by default sandboxes applications like a web browser.
34-
`-E`, `-R` and `-N` allow the validator to read environment variables,
35-
local files, and network locations.
34+
`-E`, `-R`, '-W', and `-N` allow the validator to read environment variables,
35+
read/write local files, and read network locations.
3636

3737
### Configuration file
3838

0 commit comments

Comments
 (0)