0
0
Fork 0
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:
jigsaw 2020-02-23 08:45:35 +09:00 committed by GitHub
parent bd640bc7e6
commit c34d96d865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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