README.mkdn in cobregratis-0.2.1 vs README.mkdn in cobregratis-0.2.2

- old
+ new

@@ -1,6 +1,6 @@ -# Cobregratis (0.1.0) +# Cobregratis ## What is it? This gem provides a set of classes to access information on [Cobre GrĂ¡tis][cg] via the published [API][api]. @@ -20,11 +20,11 @@ require 'rubygems' require 'cobregratis' Cobregratis::Base.site = 'https://app.cobregratis.com.br' - Cobregratis::Base.user = 'your_api_username' - Cobregratis::Base.password = 'your_api_password' + Cobregratis::Base.user = 'your_token' + Cobregratis::Base.password = 'X' and, if you want [caching][c]: Cobregratis::Base.connection.cache_store= <your normal ActiveSupport::Caching options> \ No newline at end of file