README.md in boletosimples-1.0.3 vs README.md in boletosimples-1.0.4

- old
+ new

@@ -58,10 +58,12 @@ ```ruby require 'dalli' BoletoSimples.configure do |c| - c.cache = ActiveSupport::Cache.lookup_store(:dalli_store, ['localhost:11211'], namespace: 'boletosimples_client', compress: true) + c.cache = ActiveSupport::Cache.lookup_store(:mem_cache_store, ['localhost:11211'], + namespace: 'boletosimples_client', + compress: true) end ``` ## Exemplos