typo fixes

This commit is contained in:
Gant Laborde 2015-10-16 12:48:26 -05:00
parent ddc7f8e39a
commit f8050997d9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ A `<LinearGradient>` component for react-native, as seen in
5. Whenever you want to use it within React code now you can: `var LinearGradient =
require('react-native-linear-gradient');`
**If you're having trouble, you can point your `package.json` at github to see if the issue has been fixed. Simply replace the dependency `"react-native-linear-gradient": "brentvatne/react-native-linear-gradient",` and then `npm install`
**If you're having trouble, you can point your `package.json` at github to see if the issue has been fixed. Simply change the dependency `"react-native-linear-gradient": "brentvatne/react-native-linear-gradient",` and then `npm install`**
#### Android