@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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. 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 install -g wami
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@calebmabry/wami",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Where Am I - A TUI tool that detects your repository and shows available commands",
5
5
  "module": "src/cli.tsx",
6
6
  "type": "module",