README.md in postmon_ruby-0.0.1 vs README.md in postmon_ruby-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
# PostmonRuby
-TODO: Write a gem description
+postmon_ruby permite consultar cep's através da api do postmon
## Installation
Add this line to your application's Gemfile:
@@ -16,10 +16,17 @@
$ gem install postmon_ruby
## Usage
-TODO: Write usage instructions here
+```ruby
+require 'postmon_ruby'
+resultado = PostmonRuby.consultar_cep "01330000"
+puts resultado.logradouro
+puts resultado.bairro
+puts resultado.cidade
+puts resultado.estado
+```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)