Skip to content

Commit 562caf2

Browse files
qadzekshadowspawn
andauthored
Fix typos and broken link (#2369)
* Fix typos and broken link * Use lower case for link description Co-authored-by: John Gee <[email protected]> --------- Co-authored-by: John Gee <[email protected]>
1 parent 395cf71 commit 562caf2

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
@@ -943,7 +943,7 @@ You can configure the help by modifying data properties and methods using `.conf
943943

944944
Simple properties include `sortSubcommands`, `sortOptions`, and `showGlobalOptions`. You can add color using the style methods like `styleTitle()`.
945945

946-
For more detail and examples of changing the displayed text, color, and layout see (./docs/help-in-depth.md).
946+
For more detail and examples of changing the displayed text, color, and layout see [help in depth](./docs/help-in-depth.md).
947947

948948
## Custom event listeners
949949

@@ -1063,7 +1063,7 @@ customise the new subcommand (example file [custom-command-class.js](./examples/
10631063
You can enable `--harmony` option in two ways:
10641064

10651065
- Use `#! /usr/bin/env node --harmony` in the subcommands scripts. (Note Windows does not support this pattern.)
1066-
- Use the `--harmony` option when call the command, like `node --harmony examples/pm publish`. The `--harmony` option will be preserved when spawning subcommand process.
1066+
- Use the `--harmony` option when calling the command, like `node --harmony examples/pm publish`. The `--harmony` option will be preserved when spawning subcommand processes.
10671067

10681068
### Debugging stand-alone executable subcommands
10691069

0 commit comments

Comments
 (0)