diff --git a/README.md b/README.md index 1c89f260..e23e7e1d 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ Install the application dependencies via npm: The application can be bundled and minified: - browserify app.js -o app-bundle.js + browserify app.js -o app-bundle.js -t babelify uglifyjs app-bundle.js -o app-bundle.min.js And loaded into a webpage: