Skip to content

Commit

Permalink
Update README.md to add note about the Rails adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle authored Apr 18, 2024
1 parent ca48a31 commit 36f2353
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 @@ -4,7 +4,7 @@ Encapsulates measurements with their units. Provides easy conversion between uni

Lightweight and easily extensible to include other units and conversions. Conversions done with `Rational` for precision.

The adapter to integrate `measured` with Ruby on Rails is in a separate [`measured-rails`](https://github.com/Shopify/measured-rails) gem.
Since version 3.0.0, the adapter to integrate `measured` with Ruby on Rails is also a part of this gem. If you had been using [`measured-rails`](https://github.com/Shopify/measured-rails) for that functionality, you should now remove `measured-rails` from your gem file.

## Installation

Expand Down

0 comments on commit 36f2353

Please sign in to comment.