Skip to content

Commit

Permalink
update docs to use node 8 + yarn (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Sep 13, 2017
1 parent aaaf7e3 commit dee2048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,8 +34,8 @@ $ heroku plugins:install heroku-kafka

For normal development, the initial setup is:
``` sh-session
# ensure node 6.x is installed
$ npm install
# ensure node 8.x is installed
$ yarn
$ heroku plugins:link .
```

Expand Down

0 comments on commit dee2048

Please sign in to comment.