From eb8a28c9b54145f68b1a7559d396b7bdb9e62365 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Thu, 4 Oct 2012 07:49:17 +0800 Subject: Fix formatting error in readme --- README.mkd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mkd b/README.mkd index 307d862..ccbeb66 100644 --- a/README.mkd +++ b/README.mkd @@ -9,6 +9,7 @@ This gem is a high level wrapper around Evernote's Thrift-generated ruby code. I Get a "Client application" API key from Evernote (http://www.evernote.com/about/developer/api/#key), which gives you a "consumer_key" and "consumer_secret". Put the key in a YML file or any other place you put configuration information. Also, get yourself account on both their sandbox system (http://sandbox.evernote.com) and live system. You will be using sandbox for testing. For rails users, configure gems in your Gemfile and 'bundle install' + gem 'evernote', :github => 'kipcole9/evernote' gem 'omniauth-evernote', :github => 'kipcole9/omniauth-evernote' -- cgit v1.2.3