README.md in seam-2.0.0a1 vs README.md in seam-2.0.0a2

- old
+ new

@@ -62,25 +62,28 @@ [source code]: https://github.com/seamapi/ruby-next ### Requirements -You will need [Ruby] with [Bundler]. +You will need [Ruby] with [Bundler] and [Node.js] with [npm]. Be sure that all commands run under the correct Ruby version, e.g., if using [rbenv], install the correct version with ``` $ rbenv install +$ npm install ``` Install the development dependencies with ``` $ bundle install ``` [bundler]: https://bundler.io/ +[Node.js]: https://nodejs.org/ +[npm]: https://www.npmjs.com/ [ruby]: https://www.ruby-lang.org/ [rbenv]: https://github.com/rbenv/rbenv ### Publishing