@supalytics/cli 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
@@ -1,6 +1,6 @@
1
1
  # Supalytics CLI
2
2
 
3
- Command-line interface for [Supalytics](https://supalytics.co) web analytics.
3
+ Command-line interface for [Supalytics](https://www.supalytics.co) web analytics.
4
4
 
5
5
  ```
6
6
  ░█▀▀░█░█░█▀█░█▀█░█░░░█░█░▀█▀░▀█▀░█▀▀░█▀▀
@@ -20,7 +20,7 @@ bun add -g @supalytics/cli
20
20
 
21
21
  ## Setup
22
22
 
23
- Get your API key from [supalytics.co/settings/api](https://supalytics.co/settings/api), then:
23
+ Get your API key from the Settings page at [www.supalytics.co](https://www.supalytics.co), then:
24
24
 
25
25
  ```bash
26
26
  supalytics login <your-api-key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supalytics/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for Supalytics web analytics",
5
5
  "type": "module",
6
6
  "bin": {