Skip to content

Commit

Permalink
Fix command in manual.md (denoland#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrowlingson authored and ry committed Mar 14, 2019
1 parent 3dbb06e commit bf9e533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf9e533

Please sign in to comment.