Skip to content

Commit d371834

Browse files
didelerSBoudrias
authored andcommitted
Docs: isGlobal option does not default to true (#142)
The value has been auto-detected since #114
1 parent 5cd6577 commit d371834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Message that will be shown when an update is available.
142142
##### isGlobal
143143

144144
Type: `boolean`<br>
145-
Default: `true`
145+
Default: auto-detect
146146

147147
Include the `-g` argument in the default message's `npm i` recommendation. You may want to change this if your CLI package can be installed as a dependency of another project, and don't want to recommend a global installation. This option is ignored if you supply your own `message` (see above).
148148

0 commit comments

Comments
 (0)