Skip to content

Commit

Permalink
Merge pull request #4 from tricknotes/fix-typo
Browse files Browse the repository at this point in the history
Fix SyntaxError in README.md
  • Loading branch information
makicamel authored Oct 11, 2023
2 parents 898f7ea + d295db4 commit 02ab8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BulletmarkRepairer is an auto corrector for N+1 queries detected at runtime on R
Add this line to your application's Gemfile:

```ruby
gem 'bulletmark_repairer', group :development, :test
gem 'bulletmark_repairer', group: %w(development test)
```

## Usage
Expand Down

0 comments on commit 02ab8d8

Please sign in to comment.