Skip to content

Commit f27ab07

Browse files
committed
chore: Improve readme
1 parent fe4a34e commit f27ab07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ or
1414
### Usage
1515
```js
1616
import Rating from 'react-native-rating'
17+
import { Easing } from 'react-native'
1718

1819
const images = {
1920
starFilled: require('./assets/star_filled.png'),
20-
starUnfilled: require('../assets/star_unfilled.png')
21+
starUnfilled: require('./assets/star_unfilled.png')
2122
}
2223

2324
const myRandoComponent = () => (

0 commit comments

Comments
 (0)