From d06018cbacfe17876dea99e94bac770341495799 Mon Sep 17 00:00:00 2001 From: Oleg Date: Thu, 18 Sep 2014 21:34:47 -0700 Subject: [PATCH] Improved readability by removing semicolon 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. --- starter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starter/README.md b/starter/README.md index 0c2734f666..929eb4e10f 100644 --- a/starter/README.md +++ b/starter/README.md @@ -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!