From c34d96d86557d434bdf124063e4eec4662067c1e Mon Sep 17 00:00:00 2001 From: jigsaw Date: Sun, 23 Feb 2020 08:45:35 +0900 Subject: Fix example (#4076) --- std/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/examples/README.md') 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 -- cgit v1.2.3