diff --git a/README.md b/README.md index 570264a..ba70d5a 100644 --- a/README.md +++ b/README.md @@ -34,18 +34,12 @@ A minimal skeleton for building testable React apps using ES6. $ npm install ``` -You can now start the local dev server: +Start the local dev server: ```sh $ npm run server ``` -and start the watcher: - -```sh -$ npm run watch -``` - Navigate to **http://localhost:8080/** to view the app. ## Dependencies