From 27395ed005e2f1a088ef1dc0f63a717a8ac4a6e3 Mon Sep 17 00:00:00 2001 From: Victor Alvarez Date: Mon, 13 Jul 2015 12:44:01 -0700 Subject: [PATCH] Add warning for protocol sandboxing near pain point in Getting Started --- docs/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index f6b75864..40049bbf 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -64,6 +64,8 @@ Then reference it from `helloworld.html`: ``` +Note that some browsers (Chrome, e.g.) will fail to load the file unless it's served via HTTP. + ### Offline Transform First install the command-line tools (requires [npm](https://www.npmjs.com/)):