diff --git a/docs/app.md b/docs/app.md index 4b309a1a..0f1cb1a2 100644 --- a/docs/app.md +++ b/docs/app.md @@ -93,7 +93,7 @@ To start the app and build webpack simultaneously you can use a `Procfile` ```yml server: nodemon server.js -watch: node_modules/.bin/rolluo -c --watch +watch: node_modules/.bin/rollup -c --watch ``` You can use any procfile handler like `node-foreman` to start the processes. @@ -106,4 +106,4 @@ Then ``` nf start -``` \ No newline at end of file +```