From d0c770e5f7930a1baa844655b769a10ccf10ee15 Mon Sep 17 00:00:00 2001 From: linxianxi <904492381@qq.com> Date: Mon, 26 Feb 2024 11:26:48 +0800 Subject: [PATCH] docs: update md --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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",