tomastrajan / grunt-ngsrc

Find and add your Angular.js source files into index.html automatically
11 stars 0 forks source link

documentation typo(?) #1

Closed zifnab87 closed 9 years ago

zifnab87 commented 9 years ago

``` grunt.loadNpmTasks('ngsrc');

should be

grunt.loadNpmTasks('grunt-ngsrc');

?

For me at least only the second worked. Thanks

tomastrajan commented 9 years ago

Fixed