From b5f6f972342dbc5e1a4a3116743d812ec6baddea Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 24 Dec 2018 10:28:01 -0500 Subject: Format (denoland/deno_std#42) Original: https://github.com/denoland/deno_std/commit/9b8923844f643fa5e04ea85ce1df835c10e09b7d --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/README.md b/examples/README.md index 2e920f479..874626ec4 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,6 +3,7 @@ These files are accessible for import via "https://deno.land/x/examples/". Try it: + ``` > deno https://deno.land/x/examples/gist.ts README.md ``` @@ -10,6 +11,7 @@ Try it: ## Alias Based Installation 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" -- cgit v1.2.3