diff --git a/README.md b/README.md index f1be7e5..8177a4a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ gulp.task('webserver', function() { gulp.src('app') .pipe(webserver({ livereload: true, - directoryListing: true, open: true })); });