diff options
author | Xuhao <xuhao@rubyfans.com> | 2019-08-17 12:43:34 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-08-17 00:43:34 -0400 |
commit | 122226a587536eb197366830233646c4bd4caf7a (patch) | |
tree | 1be2332c12728bc91d8e7c5290dcde364c09523a | |
parent | 47adc62387163806118d0041905b5a5074a598ea (diff) |
Fix typo in examples/README.md (denoland/deno_std#567)
Original: https://github.com/denoland/deno_std/commit/b5ded6ccbf03c93155dd6aae85a8408b6b315d7a
-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 ``` |