summaryrefslogtreecommitdiff
path: root/std/examples/README.md
diff options
context:
space:
mode:
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 14f101244..e2f6b2a08 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