diff --git a/README.md b/README.md index 0a5c61a..3450b34 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 64e8263..c2ccdf3 100644 --- a/package.json +++ b/package.json @@ -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",