diff options
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README.md b/examples/README.md index 874626ec4..7f828093a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,11 +1,11 @@ # Deno Example Programs -These files are accessible for import via "https://deno.land/x/examples/". +These files are accessible for import via "https://deno.land/std/examples/". Try it: ``` -> deno https://deno.land/x/examples/gist.ts README.md +> deno https://deno.land/std/examples/gist.ts README.md ``` ## Alias Based Installation @@ -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/x/examples/gist.ts --allow-net --allow-env" +alias gist="deno https://deno.land/std/examples/gist.ts --allow-net --allow-env" ``` |
