From 3f58df874094fcdd7019938e79ad41f17ce2648a Mon Sep 17 00:00:00 2001 From: daisy <47104575+linxianxi@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:27:28 +0800 Subject: [PATCH] docs: update md (#33) --- 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",