From 883f924709af060f028d21f46ef4d859cf9717f9 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 28 May 2015 10:51:44 +0200 Subject: [PATCH] Fixed browserify command in custom bundle example 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: