Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
John Crepezzi committed Apr 28, 2010
1 parent fb3cecc commit aa16646
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Expand Up @@ -30,11 +30,11 @@ I looked around a bit for a google translate library in Ruby that would perform

===Compliance

# make google happy - (NOTE: use these anywhere)
EasyTranslate.translate('Hello, world', :to => :es, :key => 'xxx', :user_ip => '127.0.0.1')
# make google happy - (NOTE: use these anywhere)
EasyTranslate.translate('Hello, world', :to => :es, :key => 'xxx', :user_ip => '127.0.0.1')

# don't want to set the key on every call? _Me either!_
EasyTranslate.api_key = 'xxx'
# don't want to set the key on every call? *Me either!*
EasyTranslate.api_key = 'xxx'

---

Expand Down

0 comments on commit aa16646

Please sign in to comment.