diff --git a/browser-sync-nodemon-expressjs/gulpfile.js b/browser-sync-nodemon-expressjs/gulpfile.js index f6397f7..6f120bd 100644 --- a/browser-sync-nodemon-expressjs/gulpfile.js +++ b/browser-sync-nodemon-expressjs/gulpfile.js @@ -46,7 +46,7 @@ gulp.task('browser-sync', ['nodemon'], function () { port: 4000, // open the proxied app in chrome - browser: ['google-chrome'] + browser: ['google chrome'] }); });