Skip to content

Commit

Permalink
Fix SyntaxError in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Oct 11, 2023
1 parent 898f7ea commit d295db4
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 d295db4

Please sign in to comment.