Skip to content
Browse files

Fix file reference typo in starter

  • Loading branch information...
1 parent 34fbcf2 commit f1d3f783346fc55ff5c391e3a17aebd60755e23e @jackiewung jackiewung committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 starter/README.md
View
2 starter/README.md
@@ -6,6 +6,6 @@ To begin, check out the `examples/` directory for a bunch of examples, or check
In some browsers our examples won't work from the local file system; run `python -m SimpleHTTPServer` and visit `http://localhost:8000/` to view them.
-Want to start your own app? Just copy `examples/basic-jsx-external` and start hacking! Remember: before launching you'll want to precompile your JSX code as we do in `examples/basic-jsx-precompiled`; this requires doing `npm install -g react-tools` and then running our `jsx` tool. See [Getting Started](https://facebook.github.io/react/docs/getting-started.html) for more information.
+Want to start your own app? Just copy `examples/basic-jsx-external` and start hacking! Remember: before launching you'll want to precompile your JSX code as we do in `examples/basic-jsx-precompile`; this requires doing `npm install -g react-tools` and then running our `jsx` tool. See [Getting Started](https://facebook.github.io/react/docs/getting-started.html) for more information.
Happy Hacking!

0 comments on commit f1d3f78

Please sign in to comment.
Something went wrong with that request. Please try again.