Update README typo

This commit is contained in:
Brent Vatne 2015-03-31 11:44:26 -07:00
parent 15fee870cb
commit ce5a4a4bf9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ A `<LinearGradient>` component for react-native, as seen in
The following code will produce something like this: The following code will produce something like this:
![https://raw.githubusercontent.com/brentvatne/react-native-linear-gradient/master/example.png] ![Example code result](https://raw.githubusercontent.com/brentvatne/react-native-linear-gradient/master/example.png)
```javascript ```javascript
// Within your render function // Within your render function