diff --git a/README.md b/README.md index c71d1a9a8..83dc68a6f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ See the official [React Native website](https://facebook.github.io/react-native/ - Follow the [Getting Started guide](http://facebook.github.io/react-native/docs/getting-started.html) to install React Native and its dependencies. - Check out this [tutorial](https://facebook.github.io/react-native/docs/tutorial.html) to walk through your first project that fetches real data and displays it in a list. - [Open the UIExplorer example project](#examples) to see a list of components that ship with React Native. -- Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) for Chrome or Firefox for better debugging [(read more)](http://facebook.github.io/react-native/docs/debugging.html). +- Install the React Developer Tools for [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/) for better debugging [(read more)](http://facebook.github.io/react-native/docs/debugging.html). - Try out apps from the [Showcase](https://facebook.github.io/react-native/showcase.html) to see what React Native is capable of! ## Getting Help @@ -35,7 +35,7 @@ See the official [React Native website](https://facebook.github.io/react-native/ ## Documentation -[The website’s documentation](https://facebook.github.io/react-native/docs/) divided into multiple sections. +[The website’s documentation](https://facebook.github.io/react-native/docs/) is divided into multiple sections. - There are **Guides** that discuss topics like [debugging](https://facebook.github.io/react-native/docs/debugging.html), [integrating with existing apps](https://facebook.github.io/react-native/docs/embedded-app-ios.html), and [the gesture responder system](https://facebook.github.io/react-native/docs/gesture-responder-system.html). - The **Components** section covers React components such as [`View`](https://facebook.github.io/react-native/docs/view.html) and [`Navigator`](https://facebook.github.io/react-native/docs/navigator.html). - The **APIs** section covers other libraries like [Animated](https://facebook.github.io/react-native/docs/animated.html) and [StyleSheet](https://facebook.github.io/react-native/docs/stylesheet.html) that aren’t React components themselves. @@ -91,4 +91,3 @@ React is [BSD licensed](./LICENSE). We also provide an additional [patent grant] React documentation is [Creative Commons licensed](./LICENSE-docs). Examples provided in this repository and in the documentation are [separately licensed](./LICENSE-examples), as are some of the [custom components](./LICENSE-CustomComponents). -