Skip to content

Commit 8741089

Browse files
docs: fixing commands in docs
1 parent c4b4c1f commit 8741089

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ TODO: Delete this and the text above, and describe your gem
7171
4. Run the baseline and commit the result to the repo
7272
7373
```
74-
./codeclimate_diff --baseline
74+
./bin/codeclimate_diff --baseline
7575
```
7676
7777
## Usage
@@ -84,17 +84,17 @@ TODO: Delete this and the text above, and describe your gem
8484
8585
```
8686
# runs on all code files changed in your branch
87-
./codeclimate_diff
87+
./bin/codeclimate_diff
8888
8989
OR
9090
9191
# filters the changed files in your branch futher
92-
./codeclimate_diff --pattern places
92+
./bin/codeclimate_diff --pattern places
9393
9494
OR
9595
9696
# only shows the new and fixed issues
97-
./codeclimate_diff --new-only
97+
./bin/codeclimate_diff --new-only
9898
```
9999
4. Now you have time to fix the issues yay!
100100

0 commit comments

Comments
 (0)