Skip to content

Commit

Permalink
Fix example (denoland#4076)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-jigsaw committed Feb 22, 2020
1 parent bd640bc commit c34d96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/examples/README.md
Expand Up @@ -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
Expand Down

0 comments on commit c34d96d

Please sign in to comment.