Skip to content

Commit

Permalink
docs: update path to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Feb 9, 2021
1 parent 5ff51d2 commit 36d1300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/help.js
Expand Up @@ -143,7 +143,7 @@ function htmlMan (man) {
var f = path.basename(man).replace(/[.]([0-9]+)$/, '')
switch (sect) {
case 1:
sect = 'cli-commands'
sect = 'commands'
break
case 5:
sect = 'configuring-npm'
Expand Down

0 comments on commit 36d1300

Please sign in to comment.