Skip to content

Commit d65c531

Browse files
author
Peter Piekarczyk
committed
minor adjustments
1 parent f73cba5 commit d65c531

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ npm install --save react-native-face-pile
1919
```es6
2020
import FacePile from 'react-native-face-pile'
2121

22-
// ...
23-
2422
const FACES = [
2523
{
2624
imageUrl: 'https://lorempixel.com/200/200/people'
@@ -36,13 +34,10 @@ const FACES = [
3634
}
3735
]
3836

39-
// ...
40-
4137
<FacePile faces={FACES} overflow={10} />
42-
4338
```
4439

45-
## Proptypes
40+
## Prop types
4641

4742
```es6
4843
faces: PropTypes.shape({

0 commit comments

Comments
 (0)