diff --git a/README.rdoc b/README.rdoc index a29f4c1..4daf466 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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' ---