mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Fix example (#4076)
This commit is contained in:
parent
bd640bc7e6
commit
c34d96d865
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ echo example.json | catj -
|
|||
### curl - print the contents of a url to standard output
|
||||
|
||||
```shell
|
||||
deno --allow-net=deno.land https://deno.land/std/examples/curl.ts -- https://deno.land/
|
||||
deno --allow-net=deno.land https://deno.land/std/examples/curl.ts https://deno.land/
|
||||
```
|
||||
|
||||
### gist - easily create and upload Gists
|
||||
|
|
Loading…
Add table
Reference in a new issue