Skip to content

Commit cb1b4bf

Browse files
committed
update documentation
1 parent 809e46b commit cb1b4bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The plugin can be installed by the following command:
3737

3838
Once installed, the plugin may be loaded from within your gruntfile:
3939

40-
<code>grunt.loadNpmTasks( "npm-outdateds" );</code>
40+
<code>grunt.loadNpmTasks( "grunt-check-outdated" );</code>
4141

4242
Setup the task configuration as described below (see usage) and run the task:
4343

44-
<code>grunt npm-outdated</code>
44+
<code>grunt check_outdated</code>
4545

4646
Of cause, the task can be integrated into any complex build process.
4747

0 commit comments

Comments
 (0)