README.md in modularity-rails-0.29.0 vs README.md in modularity-rails-0.30.1

- old
+ new

@@ -1,8 +1,8 @@ # Modularity::Rails [![Build Status](https://travis-ci.org/kevgo/modularity-rails.png?branch=master)](https://travis-ci.org/kevgo/modularity-rails) [![Dependency Status](https://gemnasium.com/kevgo/modularity-rails.png)](https://gemnasium.com/kevgo/modularity-rails) -Makes the [Modularity CoffeeScript](http://github.com/kevgo/modularity-coffeescript) library and related modules available to -Rails 3.1 applications. +Makes the [modularity.js](http://github.com/kevgo/modularity.js) library +available to Rails 3.1 applications. Modularity is a framework for lightweight component-oriented CoffeeScript. It allows to compose functionally rich web pages in a clean, intuitive, and testable way out of well structured and reusable components. It scales very well with complexity.