Skip to content

Commit 4761cc1

Browse files
committed
fix(upgrade-eask.js): update install instruction
1 parent 1912ff4 commit 4761cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/util/upgrade-eask.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ exports.handler = async (argv) => {
4545
console.log(' [1] Make sure you have git installed and has the right permission');
4646
console.log(' [2] You install Eask with other package management tool');
4747
console.log('');
48-
console.log('For example, if you install eask with npm:');
48+
console.log('For example, if you have installed eask with npm:');
4949
console.log('');
5050
console.log(' $ npm install -g @emacs-eask/cli@latest');
5151
console.log('');

0 commit comments

Comments
 (0)