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:
parent
47adc62387
commit
122226a587
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ deno install echo_server https://deno.land/std/examples/echo_server.ts --allow-n
|
||||||
### cat - print file to standard output
|
### cat - print file to standard output
|
||||||
|
|
||||||
```shell
|
```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
|
deno_cat file.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue