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 Oct 15, 2020
1 parent baf878d commit f672a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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 f672a32

Please sign in to comment.