From 22f106a34dcd8c39b389ca9ae4522d3c2e5e4d44 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Tue, 1 Jul 2014 20:18:12 -0700 Subject: [PATCH] Issue #186 readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b0af133..626b176e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ For some added fun, there is a "git golf" concept where we keep track of how man ### Level Builder -You can build levels with `build level`. The dialog will walk you through the process, and at the end you can `export level` to get a JSON blob. Paste that in a gist or directly into an issue and I can check it out / merge in your changes! You can also share this level directly with friends by having them run "import level" +You can build levels with `build level`. The dialog will walk you through the process, and at the end you can `export level` to get a JSON blob. Paste that in a gist or directly into an issue and I can check it out / merge in your changes! You can also share this level directly with friends by having them run "import level" or simply specify a gist ID in the url params like so: +http://pcottle.github.io/learnGitBranching/?gist_level_id=a84407351f9c9f0cb241 ## How the app works / contributing functionality