Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 12, 2024
1 parent b8472ce commit 0af8474
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ $ gem install union_of

## Usage

To use `union_of`, create a `has_many` association as you would normally, and
define the associations you'd like to union together via `union_of:`:
To use `union_of`, define a `has_many` association as you would normally, and
provide the associations you'd like to union together via the `union_of:`
keyword:

```ruby
class Book < ActiveRecord::Base
Expand Down

0 comments on commit 0af8474

Please sign in to comment.