Skip to content

Commit 16b6c53

Browse files
committed
Fix README yet again [ci skip]
1 parent 5819d23 commit 16b6c53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ All rake tasks support the following options:
7474

7575
```bash
7676
# Table format (default)
77-
bin/rails callback_hell:callbacks format=table
77+
bin/rails ch:callbacks format=table
7878

7979
# Line format: detailed per-callback breakdown
80-
bin/rails callback_hell:callbacks format=line
80+
bin/rails ch:callbacks format=line
8181

8282
# GitHub Actions format for CI/CD
83-
bin/rails callback_hell:callbacks format=github
83+
bin/rails ch:callbacks format=github
8484
```
8585

8686
#### Model filtering

0 commit comments

Comments
 (0)