diff options
| author | Kip Cole | 2012-10-04 07:49:17 +0800 |
|---|---|---|
| committer | Kip Cole | 2012-10-04 07:49:17 +0800 |
| commit | eb8a28c9b54145f68b1a7559d396b7bdb9e62365 (patch) | |
| tree | 6afa3efa81852808fe433121f0c8c8dcfb3f83b8 | |
| parent | b23a1d403783109cc619ba293ffc8bfe57b2eff3 (diff) | |
| download | evernote-eb8a28c9b54145f68b1a7559d396b7bdb9e62365.tar.bz2 | |
Fix formatting error in readme
| -rw-r--r-- | README.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |
