@conceptcraft/mindframes 0.1.1 → 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 CHANGED
@@ -26,7 +26,7 @@ mindframes config init
26
26
  mindframes config set api-key YOUR_API_KEY
27
27
 
28
28
  # Or use environment variable
29
- export CC_SLIDES_API_KEY="your-api-key"
29
+ export CC_MINDFRAMES_API_KEY="your-api-key"
30
30
  ```
31
31
 
32
32
  ## Usage
@@ -199,7 +199,7 @@ mindframes create "Report" --context-file data.md -o json | jq -r '.viewUrl' | x
199
199
 
200
200
  | Variable | Description |
201
201
  |----------|-------------|
202
- | `CC_SLIDES_API_KEY` | API key for authentication |
202
+ | `CC_MINDFRAMES_API_KEY` | API key for authentication |
203
203
  | `CC_SLIDES_API_URL` | Custom API URL (default: https://mindframes.app) |
204
204
 
205
205
  ## Requirements