tokaholics 0.2.0 → 0.2.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ Nothing is installed silently, and everything is reversible (see
25
25
  ## Get started
26
26
 
27
27
  ```bash
28
- npx tokaholics setup <code> # code from the iOS app: You → Connect a computer
28
+ npx tokaholics setup <code> # code from the app: You → Connect a computer
29
29
  npx tokaholics setup <code> --hook # …and also sync instantly after each session
30
30
  ```
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokaholics",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Track your Claude Code token burn and climb the leaderboard with your friends. Reads usage counts only — never your prompts or code.",
5
5
  "type": "module",
6
6
  "bin": {