README.md in caliber-0.0.1 vs README.md in caliber-0.0.2
- old
+ new
@@ -1,12 +1,12 @@
# Caliber
## What
-Show CSS classes in your Rails application while working in development. Visit `http://localhost:3000/rails/css` and you'll see an output to browse you application CSS, SASS, SCSS, LESS and other stylesheet files.
+Show CSS classes in your Rails application while working in development. Visit `http://localhost:3000/rails/info/css` and you can browse you application CSS files.
-
+
## Why?
Sometimes you would like to have a convenient way to search stylesheets in your application. That could be because you are using external libraries or SCSS mixins compile to a list of classes. Caliber gives you an easy interface to browse all CSS rules in your Rails application.
@@ -23,10 +23,10 @@
Then run `bundle install` and you're ready to start
## Use
-Visit `/rails/css` in your app and you'll see your stylesheets. It's that simple.
+Visit `/rails/info/css` in your app and you'll see your stylesheets. It's that simple.
## About
If you have a question file an issue or find me on the Twitters [@antulik](http://twitter.com/antulik).