Skip to content

Commit 67eeed6

Browse files
committed
Merge pull request facebook#2212 from Oleg24/patch-1
Improved readability by removing semicolon
2 parents 7339f8b + 86287bf commit 67eeed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Welcome to React!
22

3-
You've just downloaded the React starter kit; congratulations!
3+
You've just downloaded the React starter kit... Congratulations!
44

55
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.
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

99
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.
1010

11-
Happy hacking!
11+
Happy Hacking!

0 commit comments

Comments
 (0)