react-docs-ui 0.6.19 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,7 +7,7 @@ React documentation site UI components. Build modern docs sites with a ready-to-
7
7
  ### Install
8
8
 
9
9
  ```bash
10
- npx create-react-docs-ui@latest my-docs
10
+ pnpm create react-docs-ui my-docs
11
11
  ```
12
12
 
13
13
  ### Quick Start
@@ -16,8 +16,8 @@ Use the official scaffolding tool. Manual integration is no longer recommended b
16
16
 
17
17
  ```bash
18
18
  cd my-docs
19
- npm install
20
- npm run dev
19
+ pnpm install
20
+ pnpm dev
21
21
  ```
22
22
 
23
23
  ### Features