diff --git a/index.html b/index.html index bb74c07e..f377ec34 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,9 @@ - See GopherJS on GitHub + \ No newline at end of file diff --git a/playground/README.md b/playground/README.md index 85e1ab81..5b2bb237 100644 --- a/playground/README.md +++ b/playground/README.md @@ -44,8 +44,10 @@ Then open . The `debug` query will enable debugging for react and verbose output. If running locally or from a fork, trying to access the remote store will -fail with a a CORS error. Use the `local` query to make the snippet store -(used when clicking "Share" or loading with a shared url) use local cache only. +fail with a a CORS error. Read how to run the snippet-store locally at +. Or you can use the `local` query +to make the snippet store (used when clicking "Share" or loading with a shared url) +use local cache only. There are a few ways to check changes. When working on the playground itself it may be simpliest to run `gopherjs build ./playground.go && gopherjs serve` diff --git a/playground/index.html b/playground/index.html index ca43d22c..de91698a 100644 --- a/playground/index.html +++ b/playground/index.html @@ -4,7 +4,7 @@ GopherJS Playground - +