summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/config.md')
-rw-r--r--deps/npm/doc/cli/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/config.md b/deps/npm/doc/cli/config.md
index e48957ba8..fa3e7bcc2 100644
--- a/deps/npm/doc/cli/config.md
+++ b/deps/npm/doc/cli/config.md
@@ -185,7 +185,7 @@ ostensibly Unix systems.
### browser
-* Default: OS X: `"open"`, others: `"google-chrome"`
+* Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"`
* Type: String
The browser that is called by the `npm docs` command to open websites.