Skip to content

Commit

Permalink
docs: update md (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
linxianxi authored Feb 26, 2024
1 parent 88041f6 commit 3f58df8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ A React component that allows you to select elements in the drag area using the
### Install

```bash
pnpm i react-selectable-box
npm i react-selectable-box
// or
yarn add react-selectable-box
// or
pnpm add react-selectable-box
```

### Docs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-selectable-box",
"version": "1.8.2",
"description": "A React component that allows you to select elements in the drag area using the mouse",
"description": "A React component used hooks that allows you to select elements in the drag area using the mouse",
"keywords": [
"react",
"selectable",
Expand Down

0 comments on commit 3f58df8

Please sign in to comment.