mycontext-cli 1.0.79 → 1.0.80
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,11 +7,11 @@ AI-powered tool that generates production-ready React components through an adva
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install -g
|
|
10
|
+
npm install -g mycontext-cli
|
|
11
11
|
# or
|
|
12
|
-
pnpm add -g
|
|
12
|
+
pnpm add -g mycontext-cli
|
|
13
13
|
# or
|
|
14
|
-
yarn global add
|
|
14
|
+
yarn global add mycontext-cli
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Quick Start
|