Skip to content

Commit 0af8474

Browse files
committedAug 12, 2024
fix wording
1 parent b8472ce commit 0af8474

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ $ gem install union_of
4343

4444
## Usage
4545

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

4950
```ruby
5051
class Book < ActiveRecord::Base

0 commit comments

Comments
 (0)