@humeai/cli 0.0.11 → 0.0.12
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 +1 -1
- package/dist/index.js +17635 -48155
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ This CLI uses Hume's [Typescript SDK](https://github.com/humeai/hume-typescript-
|
|
|
9
9
|
## Quickstart
|
|
10
10
|
|
|
11
11
|
```shell
|
|
12
|
-
npm install -g @humeai
|
|
12
|
+
npm install -g @humeai/cli
|
|
13
13
|
hume login
|
|
14
14
|
# Use the browser to login to platform.hume.ai to retrieve your
|
|
15
15
|
# API keys
|