Skip to content

Commit

Permalink
Typo in ReadMe installation instructions
Browse files Browse the repository at this point in the history
I believe you probably meant 'loadNpmTasks', not 'loadTasks'. I just copy/pasted from those instructions, and it wasn't working. It took me a minute to realize the 'Npm' part was missing.
  • Loading branch information
blakewest committed Apr 27, 2014
1 parent 4099f79 commit d4a4c88
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 @@ -48,7 +48,7 @@ Install the plugin:
Enable the plugin within your `Gruntfile`:

```js
grunt.loadTasks('grunt-angular-templates');
grunt.loadNpmTasks('grunt-angular-templates');
```


Expand Down

0 comments on commit d4a4c88

Please sign in to comment.