Skip to content

Commit 8fe8686

Browse files
Fix Spelling Error in README
Change SegmentContor to SegmentControl in the import example
1 parent ad8c478 commit 8fe8686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ yarn add react-native-animated-segment-control
1515

1616
## Usage
1717
```js
18-
import SegmentContorl from 'react-native-animated-segment-control';
18+
import SegmentControl from 'react-native-animated-segment-control';
1919

2020
render() {
2121
return (
@@ -48,4 +48,4 @@ render() {
4848

4949
## License
5050

51-
MIT
51+
MIT

0 commit comments

Comments
 (0)