README.rdoc in brightly-0.1.1 vs README.rdoc in brightly-0.1.2
- old
+ new
@@ -52,12 +52,10 @@
end
run Brightly::Provider::Base
== Client Usage
-config/environment.rb:
-
- gem.config :lib => false, :version => '>=0.1.0', :source => "http://gemcutter.org"
+The simplest way to use brighten in a rails application is to create a helper method that can make the requests. You could likely create an ActiveResource model for this, but the data is hardly representative of a model, so a simple method call makes more sense.
config/initializers/brightly.rb:
Brightly::Consumer.provider_url = "http://your-host.com"
Brightly::Consumer.theme = "blackboard"