diff options
author | Jack Rowlingson <jack.rowlingson@gmail.com> | 2019-03-14 10:18:35 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-14 10:18:35 -0400 |
commit | bf9e5334a8c8432ea7513efced39a180a81b4675 (patch) | |
tree | fcf29efbe082e6b7ccee985cc32a9adcf1a8ce00 /website/manual.md | |
parent | 3dbb06e699398549e8cfabc896ef3256ab433cba (diff) |
Fix command in manual.md (#1931)
Diffstat (limited to 'website/manual.md')
-rw-r--r-- | website/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md index 5056b4f5d..0ba5b0544 100644 --- a/website/manual.md +++ b/website/manual.md @@ -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 |