Skip to content

Commit 69b1d86

Browse files
Update README.md
The gem isn't on rubygems yet, so fixed instructions and a typo
1 parent 710c367 commit 69b1d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ It runs the https://hub.docker.com/r/codeclimate/codeclimate docker image under
8282
enabled: false
8383
```
8484

85-
4. Add a `.codecimate_diff.yml` configuration file
85+
4. Add a `.codeclimate_diff.yml` configuration file
8686
```
8787
main_branch_name: master # defaults to main
8888
threshold_to_run_on_all_files: 8 # when you reach a certain number of files changed, it becomes faster to analyze all files rather than analyze them one by one.
@@ -93,7 +93,7 @@ It runs the https://hub.docker.com/r/codeclimate/codeclimate docker image under
9393
Add this line to your application's Gemfile:
9494
9595
```ruby
96-
gem 'codeclimate_diff'
96+
gem 'codeclimate_diff', github: 'boost/codeclimate_diff'
9797
```
9898
9999
Install the gem:

0 commit comments

Comments
 (0)