You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -943,7 +943,7 @@ You can configure the help by modifying data properties and methods using `.conf
943
943
944
944
Simple properties include `sortSubcommands`, `sortOptions`, and `showGlobalOptions`. You can add color using the style methods like `styleTitle()`.
945
945
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).
947
947
948
948
## Custom event listeners
949
949
@@ -1063,7 +1063,7 @@ customise the new subcommand (example file [custom-command-class.js](./examples/
1063
1063
You can enable `--harmony` option in two ways:
1064
1064
1065
1065
- 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.
0 commit comments