Readme.md in rack-webconsole-pry-0.1.4 vs Readme.md in rack-webconsole-pry-0.1.5
- old
+ new
@@ -18,11 +18,11 @@
protect against cross-site request forgery.
##Changes from original rack-webconsole
* Uses pry instead of ripl
-* Supports colors
+* Supports colors (used colors from the OS X IR\_Black theme for Terminal)
##Resources
* [Example video](http://youtu.be/yKK5J01Dqts?hd=1)
@@ -32,10 +32,10 @@
##Install
In your Gemfile:
```ruby
-gem 'rack-webconsole'
+gem 'rack-webconsole-pry', :require => 'rack-webconsole'
```
Rack-webconsole **needs JQuery**. If you are using Rails 3, JQuery is loaded by
default. In case you don't want to use JQuery in your application,
**rack-webconsole can inject it for you** only when it needs it. To do that you