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.
- package/README.md +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
|
|
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
|
|
33
|
+
npx nia-wizard nk_your_api_key
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
### With API Key
|