Fix command in manual.md (#1931)

This commit is contained in:
Jack Rowlingson 2019-03-14 10:18:35 -04:00 committed by Ryan Dahl
parent 3dbb06e699
commit bf9e5334a8

View file

@ -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