summaryrefslogtreecommitdiff
path: root/std/examples/README.md
diff options
context:
space:
mode:
authorjigsaw <jigsaw@live.jp>2020-02-23 08:45:35 +0900
committerGitHub <noreply@github.com>2020-02-22 18:45:35 -0500
commitc34d96d86557d434bdf124063e4eec4662067c1e (patch)
tree8b43273b1578347ffb048b86c004a4cd705ba389 /std/examples/README.md
parentbd640bc7e6a946dec4477afc64d8083e372660f6 (diff)
Fix example (#4076)
Diffstat (limited to 'std/examples/README.md')
-rw-r--r--std/examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/README.md b/std/examples/README.md
index 351c4a6b4..4f12f2a02 100644
--- a/std/examples/README.md
+++ b/std/examples/README.md
@@ -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