diff options
-rw-r--r-- | examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index 745972f5f..e6102a843 100644 --- a/examples/README.md +++ b/examples/README.md @@ -22,7 +22,7 @@ deno install echo_server https://deno.land/std/examples/echo_server.ts --allow-n ### cat - print file to standard output ```shell -deno install deno_cat https://deno.land/stdexamples/cat.ts --allow-read +deno install deno_cat https://deno.land/std/examples/cat.ts --allow-read deno_cat file.txt ``` |