README.md in mymoip-0.4.0 vs README.md in mymoip-0.4.1

- old
+ new

@@ -3,14 +3,18 @@ MoIP transactions in a gem to call your own. Provides a implementation of MoIP's transparent checkout. +Planning to use with Rails? Check [my_moip-rails](https://github.com/Irio/my_moip-rails). + Contributing to MyMoip ---------------------- [![Build Status](https://secure.travis-ci.org/Irio/mymoip.png)](http://travis-ci.org/Irio/mymoip) +[![Dependency Status](https://gemnasium.com/Irio/mymoip.png)](https://gemnasium.com/Irio/mymoip) +[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/Irio/mymoip) What would you do if you could make your own implementation of MoIP? Any patch are welcome, even removing extra blank spaces. @@ -27,13 +31,17 @@ gem 'mymoip' ``` **Configuration** ```ruby -MyMoip.environment = "production" # Optional. "sandbox" by default -MyMoip.token = "your_moip_dev_token" -MyMoip.key = "your_moip_dev_key" +MyMoip.environment = "production" # "sandbox" by default + +MyMoip.sandbox_token = "your_moip_sandbox_token" +MyMoip.sandbox_key = "your_moip_sandbox_key" + +MyMoip.production_token = "your_moip_production_token" +MyMoip.production_key = "your_moip_production_key" ``` **First request: what and from who** ```ruby payer = MyMoip::Payer.new( @@ -119,10 +127,15 @@ [Wiki](https://github.com/Irio/mymoip/wiki/Sending-payments-to-multiple-receivers) will be helpful here. Documentation ------------- -For more information you can access the [wiki page](https://github.com/Irio/mymoip/wiki). +For more information about usage you can access the [wiki page](https://github.com/Irio/mymoip/wiki). + +Going alive! +------------ + +If you are ready to get your application using MyMoip approved by MoIP or already have valid production keys, you can read a specific [documentation](https://github.com/Irio/mymoip/wiki/Going-alive). License ------- MIT. See LICENSE.txt for further details.