diff --git a/tasks/README.md b/tasks/README.md index 9dc33c717..323475cb5 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -10,8 +10,6 @@ These tasks can be imported into your own gulpfile allowing you to avoid using Semantic's build tools ```javascript -var - watch = require('path/to/semantic/tasks/watch') -; -gulp.task('watch ui', 'Watch Semantic UI', watch)); -``` \ No newline at end of file +var watch = require('path/to/semantic/tasks/watch'); +gulp.task('watch ui', 'Watch Semantic UI', watch); +```