diff --git a/README.md b/README.md index 2fc5cb5..e9be9fc 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ module.exports = { tasks: [{ command: 'test', params: { testFiles: ['{path}'] } }], files: ['./test/**/*'], verbose: true, - clearOnStart: true, + clearOnStart: true, start: 'echo Running my test task now..', } }