Skip to content

Commit

Permalink
Docs: isGlobal option does not default to true (#142)
Browse files Browse the repository at this point in the history
The value has been auto-detected since #114
  • Loading branch information
dideler authored and SBoudrias committed May 13, 2018
1 parent 5cd6577 commit d371834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -142,7 +142,7 @@ Message that will be shown when an update is available.
##### isGlobal

Type: `boolean`<br>
Default: `true`
Default: auto-detect

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).

Expand Down

0 comments on commit d371834

Please sign in to comment.