README.md in espresso_path-0.1.6 vs README.md in espresso_path-0.1.7

- old
+ new

@@ -8,11 +8,11 @@ ## Installation Add this line to your application's Gemfile: ```ruby -gem 'espresso_path', '~> 0.1.6' +gem 'espresso_path', '~> 0.1.7' ``` And then execute: $ bundle @@ -21,21 +21,23 @@ $ gem install espresso_path ## Documentation -[EspressoPath Docs](http://www.rubydoc.info/gems/espresso_path) +[EspressoPath Docs](http://www.rubydoc.info/github/kickinespresso/espresso_path/master) ## Testing 1) Create `.env` in the root directory 2) Add the following environment variables - ESPRESSO_PATH_USER_NAME=YourEmail - ESPRESSO_PATH_PASSWORD=YourPassword + ESPRESSO_PATH_USER_NAME=YourEmail + ESPRESSO_PATH_PASSWORD=YourPassword + 3) Run tests with + rspec ## Usage \ No newline at end of file