README.md in similar_models-0.2.0 vs README.md in similar_models-0.2.1

- old
+ new

@@ -68,9 +68,15 @@ Note multiple associations do not work with sqlite. Because of the use of `group`, pagination is not supported. +## In conjunction with acts-as-taggable-on + +If you use https://github.com/mbleigh/acts-as-taggable-on/#usage and want to find related users say across multiple contexts: + + user.similar_users.where(taggings: { context: %w(skills interests) }) + ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`)