1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00

Fix typo in examples/README.md (denoland/deno_std#567)

Original: b5ded6ccbf
This commit is contained in:
Xuhao 2019-08-17 12:43:34 +08:00 committed by Ryan Dahl
parent 47adc62387
commit 122226a587

View file

@ -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
```