diff options
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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" ``` |
