Skip to content

Commit 15e880b

Browse files
committed
docs: package json 수정
1 parent bb4c2cb commit 15e880b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ react-native run-android
2222
### Installation
2323

2424
```bash
25-
$ npm install --save @kdn0325/react-native-gradient-multi-slider
25+
$ npm install --save react-native-gradient-multi-slider
26+
$ yarn add -D react-native-gradient-multi-slider
2627
```
2728

2829
### Usage in a ScrollView

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kdn0325/react-native-gradient-multi-slider",
2+
"name": "react-native-gradient-multi-slider",
33
"version": "1.0.0",
44
"description": "Android and iOS supported pure JS slider component with multiple markers for React Native",
55
"main": "MultiSlider.js",

0 commit comments

Comments
 (0)