From a079a35b32b662627c3cab70e8fb2f5eaea1da21 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Tue, 6 Dec 2011 10:25:23 -0500 Subject: [PATCH] More readme bell. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6989d5a..3b06414 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # GroupedScope: Has Many Associations IN (GROUPS) -GroupedScope aims to make two things easier in your ActiveRecord models. First, provide an -easy way to group objects. Second, to allow the group to share association collections via existing -has_many relationships. See installation and usage for more details. - -http://metaskills.net/2008/09/28/jack-has_many-things/ +
+ Jack Has Many Things +
+GroupedScope provides an easy way to group objects and to allow those groups to share association collections via existing `has_many` relationships. You may enjoy my original article titled [*Jack has_many :things*](http://metaskills.net/2008/09/28/jack-has_many-things/). ## Installation