From 985386228b608c1a4d05e4a597ce3f03c6a696a0 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 8 Apr 2019 09:30:45 +0900 Subject: refactor: update for flag change in the next version (denoland/deno_std#327) Original: https://github.com/denoland/deno_std/commit/b6c7291181348fa2b2ca2f415875c864ad05824d --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/README.md b/examples/README.md index 7f828093a..c4def7b7c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,5 +14,5 @@ Add this to your `.bash_profile` ``` export GIST_TOKEN=ABC # Generate at https://github.com/settings/tokens -alias gist="deno https://deno.land/std/examples/gist.ts --allow-net --allow-env" +alias gist="deno --allow-net --allow-env https://deno.land/std/examples/gist.ts" ``` -- cgit v1.2.3