README.md in postmon_ruby-0.0.3 vs README.md in postmon_ruby-1.0.0
- old
+ new
@@ -18,11 +18,11 @@
## Usage
```ruby
require 'postmon_ruby'
-resultado = PostmonRuby.consultar_cep "01330000"
+resultado = PostmonRuby::Client.search "01330000"
puts resultado.logradouro
puts resultado.bairro
puts resultado.cidade
puts resultado.estado
```
@@ -31,6 +31,6 @@
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
-5. Create new Pull Request
+5. Create new Pull Request
\ No newline at end of file