Skip to content

Commit a9a4511

Browse files
Update README for tokenbudget plugin for project rename
1 parent ec38fd3 commit a9a4511

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Tests](https://github.com/thedavidwhiteside/claude-code-tokenmiser/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/thedavidwhiteside/claude-code-tokenmiser/actions/workflows/test.yml)
1+
[![Tests](https://github.com/thedavidwhiteside/claude-code-tokenbudget/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/thedavidwhiteside/claude-code-tokenbudget/actions/workflows/test.yml)
22

33
# Claude Code Daily Token Quota Plugin
44

@@ -19,8 +19,8 @@ Usage is stored in `~/.claude-token-quota/YYYY-MM-DD.json` and resets automatica
1919
## Installation
2020

2121
```bash
22-
claude plugin marketplace add thedavidwhiteside/claude-code-tokenmiser
23-
claude plugin install tokenmiser@claude-code-tokenmiser
22+
claude plugin marketplace add thedavidwhiteside/claude-code-tokenbudget
23+
claude plugin install tokenbudget@claude-code-tokenbudget
2424
```
2525

2626
This permanently installs the plugin. It will be active in all future Claude Code sessions without any extra flags.
@@ -30,7 +30,7 @@ This permanently installs the plugin. It will be active in all future Claude Cod
3030
To test without installing permanently:
3131

3232
```bash
33-
claude --plugin-dir /path/to/claude-code-tokenmiser
33+
claude --plugin-dir /path/to/claude-code-tokenbudget
3434
```
3535

3636
### Configuration
@@ -72,7 +72,7 @@ The default is 1,000,000 tokens/day (~$5.40/day at the example rates).
7272

7373
## Check status
7474

75-
Run `/tokenmiser:status` inside any Claude Code session to see today's usage.
75+
Run `/tokenbudget:status` inside any Claude Code session to see today's usage.
7676

7777
![Status output](img/status.png)
7878

0 commit comments

Comments
 (0)