summaryrefslogtreecommitdiff
path: root/prettier/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'prettier/README.md')
-rw-r--r--prettier/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/prettier/README.md b/prettier/README.md
index cbfce3e17..3a8d5a0c2 100644
--- a/prettier/README.md
+++ b/prettier/README.md
@@ -7,19 +7,19 @@ Prettier APIs and tools for deno
To formats the source files, run:
```console
-deno --allow-run --allow-write https://deno.land/std/prettier/main.ts
+deno --allow-read --allow-write https://deno.land/std/prettier/main.ts
```
You can format only specific files by passing the arguments.
```console
-deno --allow-run --allow-write https://deno.land/std/prettier/main.ts path/to/script.ts
+deno --allow-read --allow-write https://deno.land/std/prettier/main.ts path/to/script.ts
```
You can format files on specific directory by passing the directory's path.
```console
-deno --allow-run --allow-write https://deno.land/std/prettier/main.ts path/to/script.ts
+deno --allow-read --allow-write https://deno.land/std/prettier/main.ts path/to/script.ts
```
## Use API