Skip to content

Commit

Permalink
Change documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriozambon committed Jan 12, 2013
1 parent 07df127 commit 98652ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -11,7 +11,7 @@ Get fuel prices of the ANP (Agência Nacional do Petróleo, Gás Natural e Bioco
require "rubygems"
require "anp_prices"

anp = ANP.new "9668*SAO@PAULO", :gasolina
anp = ANP.new "Sao Paulo", :gasolina
anp.prices.each do |row|
puts row[:razao_social]
end
Expand Down

0 comments on commit 98652ac

Please sign in to comment.