From c8e8bb1ee69b0d749898deaf1259ed8bbb51f694 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Fri, 25 Jul 2014 18:29:52 -0700 Subject: [PATCH] Explain how to open the chat example --- examples/flux-chat/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/flux-chat/README.md b/examples/flux-chat/README.md index e121dfe8c7c01a..20e1c981cd887e 100644 --- a/examples/flux-chat/README.md +++ b/examples/flux-chat/README.md @@ -24,6 +24,9 @@ based on [Browserify](http://browserify.org/) and React's JSX syntax into standard JavaScript with [Reactify](https://github.com/andreypopp/reactify). +After starting the watcher, you can open `index.html` in your browser to +open the app. + ## License > Copyright 2013-2014 Facebook, Inc.