Skip to content

Commit

Permalink
Fix typo in README.md (Grunfile.js->Gruntfile.js).
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDumol committed Jun 23, 2014
1 parent 26017bf commit 662c5cb
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 @@ -24,7 +24,7 @@ Default grunt task will test and build files into dist/

# Developing

Development "watch" task. This will automatically rebuild from source on changes, reload Grunfile.js if you change it, and rebuild the docs.
Development "watch" task. This will automatically rebuild from source on changes, reload Gruntfile.js if you change it, and rebuild the docs.
1. A server on localhost:9002 serving whichever directory you checked out, with livereload. Navigate to http://localhost:9002/misc/demo to see the [demo files](http://localhost:9002/misc/demo/grid-directive.html).
2. A server on localhost:9003 serving the ./docs directory. These are the docs built from source with a custom grunt-ngdocs that should work with Angular 1.2.4.

Expand Down

0 comments on commit 662c5cb

Please sign in to comment.