From bf9e5334a8c8432ea7513efced39a180a81b4675 Mon Sep 17 00:00:00 2001 From: Jack Rowlingson Date: Thu, 14 Mar 2019 10:18:35 -0400 Subject: [PATCH] Fix command in manual.md (#1931) --- website/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/manual.md b/website/manual.md index 5056b4f5d1..0ba5b05441 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