Skip to content

Commit

Permalink
Updating "scr' in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalfrog committed Sep 16, 2014
1 parent 85f26be commit 5ab64e5
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 @@ -54,7 +54,7 @@ function log(err, stdout, stderr, cb) {
grunt.initConfig({
phpcs: {
application: {
dir: ['application/classes/*.php', 'application/lib/**/*.php']
src: ['application/classes/*.php', 'application/lib/**/*.php']
},
options: {
callback: log
Expand Down

0 comments on commit 5ab64e5

Please sign in to comment.