From 8ba12bfea2ce97c6e38349c73b92202aba967e32 Mon Sep 17 00:00:00 2001 From: shane tully Date: Fri, 20 Mar 2015 20:19:25 -0700 Subject: [PATCH] add more details about opening example in Chrome to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f683778..fa0a31b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ $ node server/server.js With the client running, open `client/index.html` in a recent version of either Firefox or Chrome. +Note that if using Chrome and opening the file locally, you must run Chrome with the `--allow-file-access-from-files` flag. Or you could serve the files with a webserver (Python's SimpleHTTPServer is a good option). + ### License The MIT License (MIT)