mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #2212 from Oleg24/patch-1
Improved readability by removing semicolon
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Welcome to React!
|
||||
|
||||
You've just downloaded the React starter kit; congratulations!
|
||||
You've just downloaded the React starter kit... Congratulations!
|
||||
|
||||
To begin, check out the `examples/` directory for a bunch of examples, or check out [Getting Started](http://facebook.github.io/react/docs/getting-started.html) for more information.
|
||||
|
||||
@@ -8,4 +8,4 @@ In some browsers our examples won't work from the local file system; run `python
|
||||
|
||||
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](http://facebook.github.io/react/docs/getting-started.html) for more information.
|
||||
|
||||
Happy hacking!
|
||||
Happy Hacking!
|
||||
|
||||
Reference in New Issue
Block a user