diff options
Diffstat (limited to 'deps/npm/doc/cli/docs.md')
-rw-r--r-- | deps/npm/doc/cli/docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/docs.md b/deps/npm/doc/cli/docs.md index 26b2455dd..28fa49193 100644 --- a/deps/npm/doc/cli/docs.md +++ b/deps/npm/doc/cli/docs.md @@ -16,7 +16,7 @@ config param. ### 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. |