mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
Fix command in manual.md (#1931)
This commit is contained in:
parent
3dbb06e699
commit
bf9e5334a8
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ I/O streams in Deno.
|
|||
Try the program:
|
||||
|
||||
```shellsession
|
||||
$ deno https://deno.land/std/examples/cat.ts /etc/passwd
|
||||
$ deno --allow-read https://deno.land/std/examples/cat.ts /etc/passwd
|
||||
```
|
||||
|
||||
### TCP echo server
|
||||
|
|
Loading…
Reference in a new issue