Skip to content

Commit

Permalink
Improved readability by removing semicolon
Browse files Browse the repository at this point in the history
The first sentence had an unnecessary semicolon which made the whole thing difficult to read.  The new syntax is not only easier to read but also more exciting.
  • Loading branch information
Oleg24 committed Sep 19, 2014
1 parent 9d7e3a7 commit d06018c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starter/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 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.

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](http://facebook.github.io/react/docs/getting-started.html) for more information.

Happy hacking!
Happy Hacking!

0 comments on commit d06018c

Please sign in to comment.