README.rdoc in simple_model_translations-0.1.0 vs README.rdoc in simple_model_translations-0.1.1

- old
+ new

@@ -1,7 +1,8 @@ = SimpleModelTranslations -Yet another implementation of ActiveRecord translations. Created for zn.ua, because globalize3 was too unconfortable to use. +Yet another implementation of ActiveRecord translations. Created for zn.ua, because globalize3 was too uncomfortable to use. +It borrows some things from globalize3[http://github.com/svenfuchs/globalize3] and puret[http://github.com/jo/puret]. == Basic Usage For example, you are dealing with a website for some magazine, and you want your articles to be translated. So, you'll need the following models to achieve this behaviour: