diff --git a/std/examples/README.md b/std/examples/README.md index 351c4a6b4c7c4..4f12f2a024d2b 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