diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-11 11:40:56 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-11 11:40:56 +0100 |
commit | 743a88f53af9a0a2a5d9d601b91f59ddafd48144 (patch) | |
tree | 7952273a84d8c03a723bf35a580f5736208821b5 /bin/gitbook.js | |
parent | ee92c6dd99d1bb24d896231ac63f815ae232aea8 (diff) | |
download | gitbook-743a88f53af9a0a2a5d9d601b91f59ddafd48144.zip gitbook-743a88f53af9a0a2a5d9d601b91f59ddafd48144.tar.gz gitbook-743a88f53af9a0a2a5d9d601b91f59ddafd48144.tar.bz2 |
Fix typo in bin message
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-x | bin/gitbook.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js index 1487f52..07d1da5 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -3,5 +3,5 @@ var color = require('bash-color'); console.log(color.red("You need to install 'gitbook-cli' to have access to the gitbook command anywhere on your system.")); -console.log(color.red("If you've installe this package globally, you need to uninstall it.")); +console.log(color.red("If you've installed this package globally, you need to uninstall it.")); console.log(color.red(">> Run 'npm uninstall -g gitbook' then 'npm install -g gitbook-cli'")); |