Skip to content

Commit f1d3f78

Browse files
committed
Fix file reference typo in starter
1 parent 34fbcf2 commit f1d3f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ To begin, check out the `examples/` directory for a bunch of examples, or check
66

77
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.
88

9-
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.
9+
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.
1010

1111
Happy Hacking!

0 commit comments

Comments
 (0)