Skip to content

Commit

Permalink
Update version_check.js
Browse files Browse the repository at this point in the history
  • Loading branch information
colevscode committed Sep 30, 2020
1 parent 324e6f1 commit 2da6214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version_check.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = async () => {
`${chalk.yellow.bold('Update Available!')} ${chalk.gray(
`v${installedVersion} ➜ v${newVersion}`
)}\n Run ${log.variable(
'npm i -g @formspree/cli@latest'
'npm i --save-dev @formspree/cli@latest'
)} to update.\n`
);
}
Expand Down

0 comments on commit 2da6214

Please sign in to comment.