diff --git a/README.md b/README.md index 9c529e7..edccfda 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Example: module.exports = { watcher: { test: { - tasks: [{ command:'test', params: {testFiles: ['{path}']} }], + tasks: [{ command: 'test', params: { testFiles: ['{path}'] } }], files: ['./test/**/*'], verbose: true }