diff --git a/examples/basic-jsx-external/index.html b/examples/basic-jsx-external/index.html index 4ee80c9b60152..a0f07a3fdcf76 100644 --- a/examples/basic-jsx-external/index.html +++ b/examples/basic-jsx-external/index.html @@ -4,34 +4,66 @@
- If you can see this, React is not working right. This is probably because you're viewing - this on your file system instead of a web server. Try running -
- python -m SimpleHTTPServer -- and going to http://localhost:8080/. + +
+
+cd /Path/To/This/File +python -m SimpleHTTPServer +open -a "Google Chrome" http://localhost:8080/.+
-
- Learn more at - facebook.github.io/react. + Example Details: This is built with + browserify. + A separate JSX file is transformed in the browser.