Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artsparkAI authored Jan 20, 2021
1 parent 946bc7b commit 193d038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 193d038

Please sign in to comment.