From 0af8474178f0f8b51bca351c9351e0b19959aeb2 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Mon, 12 Aug 2024 16:27:56 -0500 Subject: [PATCH] fix wording --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e51349a..4ec3695 100644 --- a/README.md +++ b/README.md @@ -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