README.md in bootstrap-bookingsync-sass-1.0.5 vs README.md in bootstrap-bookingsync-sass-2.0.0
- old
+ new
@@ -229,18 +229,16 @@
### Running
#### Prerequisites
You will need the following things properly installed on your computer.
-* [Node.js](http://nodejs.org/) (latest stable version, v7.7.1 at 2017-08-16)
-* [Bower](http://bower.io/)
+* [Node.js](http://nodejs.org/) (latest stable version, v10.16.0 at 2019-05-28)
* [Ember CLI](http://www.ember-cli.com/)
-* [yarn](https://yarnpkg.com/en/)
+* [npm](https://www.npmjs.com/get-npm)
#### Installation
-* `yarn`
-* `bower install`
+* `npm install`
#### Starting
* `ember server`
* Visit your app at http://localhost:4200 or from your Rails application if tight together.
@@ -250,10 +248,11 @@
* `ember test`
* `ember test --server`
### Building
-* `ember build`
+Usage
+------------------------------------------------------------------------------
### Deploying Ember documentation to global styleguide documentation
* `ember deploy production`