README.rdoc in moonshado-sms-0.0.3 vs README.rdoc in moonshado-sms-0.1.0

- old
+ new

@@ -1,17 +1,20 @@ = moonshado-sms -Description goes here. +Moonshado SMS Gem -== Note on Patches/Pull Requests - -* Fork the project. -* Make your feature addition or bug fix. -* Add tests for it. This is important so I don't break it in a - future version unintentionally. -* Commit, do not mess with rakefile, version, or history. - (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) -* Send me a pull request. Bonus points for topic branches. +== Usage + +Put this in Development and Test environment so no real SMS are sent out: + Moonshado::Sms.config = { + :test_env => true, + :sms_api_url => nil + } + +Production environment config: + Moonshado::Sms.config = { + :sms_api_url => ENV['MOONSHADOSMS_URL'] + } == Copyright Copyright (c) 2010 Kevin Patel. See LICENSE for details.