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

- old
+ new

@@ -32,19 +32,21 @@ c.environment = :production # defaut :sandbox # production - https://boletosimples.com.br/conta/api/tokens # sandbox - https://sandbox.boletosimples.com.br/conta/api/tokens c.api_token = 'api-token' c.user_agent = 'email@minhaempresa.com.br' #Colocar um e-mail válido para contatos técnicos relacionado ao uso da API. + # c.debug = true end ``` ### Variáveis de ambiente Você também pode configurar as variáveis de ambiente a seguir e não será necessário chamar `BoletoSimples.configure` ```bash ENV['BOLETOSIMPLES_ENV'] ENV['BOLETOSIMPLES_API_TOKEN'] +ENV['BOLETOSIMPLES_DEBUG'] ``` ### Configurando cache É altamente recomendável utilizar o cache para evitar chegar no [limite de requisições](http://api.boletosimples.com.br/#limite-de-requisicoes)