summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKip Cole2012-10-04 07:49:17 +0800
committerKip Cole2012-10-04 07:49:17 +0800
commiteb8a28c9b54145f68b1a7559d396b7bdb9e62365 (patch)
tree6afa3efa81852808fe433121f0c8c8dcfb3f83b8
parentb23a1d403783109cc619ba293ffc8bfe57b2eff3 (diff)
downloadevernote-eb8a28c9b54145f68b1a7559d396b7bdb9e62365.tar.bz2
Fix formatting error in readme
-rw-r--r--README.mkd1
1 files changed, 1 insertions, 0 deletions
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'