Skip to content

Commit 6d4c9c8

Browse files
committed
2 parents ad7c60a + b7010d7 commit 6d4c9c8

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
@@ -5,7 +5,7 @@ React Native Segmented Control for both iOS and Android
55
## :anchor: Installation
66

77
```sh
8-
npm install react-native-segmented-control
8+
npm install rn-segmented-control
99
```
1010

1111
## :wrench: Props
@@ -38,7 +38,7 @@ npm install react-native-segmented-control
3838
## :mag: Usage
3939

4040
```tsx
41-
import SegmentedControl from 'react-native-segmented-control';
41+
import SegmentedControl from 'rn-segmented-control';
4242

4343
import * as React from 'react';
4444
import { StyleSheet, View } from 'react-native';

0 commit comments

Comments
 (0)