Skip to content

Commit

Permalink
docs: package json 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kdn0325 committed Feb 9, 2024
1 parent bb4c2cb commit 15e880b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ react-native run-android
### Installation

```bash
$ npm install --save @kdn0325/react-native-gradient-multi-slider
$ npm install --save react-native-gradient-multi-slider
$ yarn add -D react-native-gradient-multi-slider
```

### Usage in a ScrollView
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@kdn0325/react-native-gradient-multi-slider",
"name": "react-native-gradient-multi-slider",
"version": "1.0.0",
"description": "Android and iOS supported pure JS slider component with multiple markers for React Native",
"main": "MultiSlider.js",
Expand Down

0 comments on commit 15e880b

Please sign in to comment.