summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-02-03 10:40:22 +0100
committerSamy Pessé <samypesse@gmail.com>2015-02-03 10:40:22 +0100
commit8a597ff3f18aa1dfa755ff21115e082e33374c9c (patch)
treed2aee82b1703678a611d6fd9f9ba3131d1fa1f73
parent42fd7b12c00658bfa04a8589b6c373caeeae0d62 (diff)
downloadgitbook-8a597ff3f18aa1dfa755ff21115e082e33374c9c.zip
gitbook-8a597ff3f18aa1dfa755ff21115e082e33374c9c.tar.gz
gitbook-8a597ff3f18aa1dfa755ff21115e082e33374c9c.tar.bz2
Fix installation instruction
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08427b6..6b1a80a 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ GitBook is a command line tool (and Node.js library) for building beautiful book
GitBook can be installed from **NPM** using:
```
-$ npm install gitbook -g
+$ npm install gitbook-cli -g
```
Create the directories and files for a book from its [SUMMARY.md](https://github.com/GitbookIO/gitbook#book-format) file using