react-apps-ui 1.0.10 → 1.0.11
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ Get up and running in a fresh project in seconds.
|
|
|
44
44
|
|
|
45
45
|
Run the `init` command at the root of your project. This interactive command lets you select your target platform (Web or Mobile) and styling engine, creates your base theme, and sets up your utility files.
|
|
46
46
|
|
|
47
|
-
```
|
|
47
|
+
```sh
|
|
48
48
|
npx react-apps-ui@latest init
|
|
49
49
|
```
|
|
50
50
|
|
|
@@ -52,7 +52,7 @@ npx react-apps-ui@latest init
|
|
|
52
52
|
|
|
53
53
|
Use the `add` command to pull a component into your project. The CLI will automatically fetch the exact code needed for your specific engine, grab any sub-dependencies, and install necessary NPM packages.
|
|
54
54
|
|
|
55
|
-
```
|
|
55
|
+
```sh
|
|
56
56
|
npx react-apps-ui@latest add action-button
|
|
57
57
|
```
|
|
58
58
|
|