Skip to content

Commit

Permalink
TECH-4819: Use ruby comments in README.md code block
Browse files Browse the repository at this point in the history
Co-authored-by: James Ebentier <jebentier@invoca.com>
  • Loading branch information
dcaddell and jebentier committed Oct 15, 2020
1 parent 9a449e7 commit 5d8dc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ Behaves the same as `ActiveRecord::ConnectionAdapters::EMMysql2Adapter` but with
```ruby
connection = FiberedMysql2::FiberedMysql2Adapter.new(client, logger, options, config)
connection.lease
connection.expire // Rails 5+ only
connection.expire # Rails 5+ only
```

## Development
Expand Down

0 comments on commit 5d8dc80

Please sign in to comment.