@calebmabry/wami 0.1.2 → 0.1.3
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
21
|
# Using bun
|
|
22
|
-
bun install -g wami
|
|
22
|
+
bun install -g @calebmabry/wami
|
|
23
23
|
|
|
24
24
|
# Using npm
|
|
25
|
-
npm
|
|
25
|
+
npm i -g @calebmabry/wami
|
|
26
26
|
|
|
27
27
|
# Using pnpm
|
|
28
|
-
pnpm add -g wami
|
|
28
|
+
pnpm add -g @calebmabry/wami
|
|
29
29
|
|
|
30
30
|
# Using yarn
|
|
31
|
-
yarn global add wami
|
|
31
|
+
yarn global add @calebmabry/wami
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
## 🚀 Usage
|