Skip to content

Commit

Permalink
Merge pull request #23 from JacobCWard/patch-1
Browse files Browse the repository at this point in the history
Fixes #22 - Small error fix in README.md
  • Loading branch information
Sweetchuck committed Jan 27, 2016
2 parents 22c275b + 34d8f86 commit 4346031
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 @@ -62,7 +62,7 @@ var cfg = {
};
```

Passing in your own special configuration file or using -n to remove configuration files can be helpful when the lint fails but no errors are output to the stdin. If you need to log these errors, consider a plugin like grunt-log to facilitate this.
Passing in your own special configuration file or using -n to remove configuration files can be helpful when the lint fails but no errors are output to the stdout. If you need to log these errors, consider a plugin like grunt-log to facilitate this.

Lastly, if you want to limit the number of files we process at a time, set the spawnLimit.

Expand Down

0 comments on commit 4346031

Please sign in to comment.