nia-wizard 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ This will:
20
20
  ### With npx (if you have Node.js)
21
21
 
22
22
  ```bash
23
- npx @nia/wizard
23
+ npx nia-wizard
24
24
  ```
25
25
 
26
26
  ### With API Key
@@ -30,7 +30,7 @@ npx @nia/wizard
30
30
  curl -fsSL https://install.trynia.ai | sh -s -- nk_your_api_key
31
31
 
32
32
  # Via npx
33
- npx @nia/wizard nk_your_api_key
33
+ npx nia-wizard nk_your_api_key
34
34
  ```
35
35
 
36
36
  ### With API Key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nia-wizard",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI wizard to install Nia MCP server to your coding agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",