grunt-jscpd
grunt-jscpd copied to clipboard
Wrong naming in readme.md
This line in your readme:
// Gruntfile.js grunt.loadNpmTasks('grunt-jspcpd');
should changed to:
// Gruntfile.js grunt.loadNpmTasks('grunt-jscpd');
Cause thats the name of your lib ;) Cheers.
+1
+1