Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplifies the readme in demo-react-js. #150

Merged
merged 1 commit into from
Aug 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/quick-start-react-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Unzip & run.

## Humble Beginnings

Did you BYOApp? Skip to the next section.
Did you B.Y.O.App? Skip to the next section.

Let’s use [create-react-app](https://github.com/facebookincubator/create-react-app) to bootstrap a new React JS app because, wow, is it fantastic.

Expand Down Expand Up @@ -104,7 +104,7 @@ Well, at this point, we have a complicated version of `console.log`.

Where Reactotron starts to shine is when you start plugging into Redux, tracking global errors, and watching network requests.

Check out our [Demo]('../packages/demo-react-js') for more goodies.
Check out our [Demo](../packages/demo-react-js) for more goodies.

![Demo Web App](./images/quick-start-react-js/react-demo-js.jpg)

Expand Down
Loading