diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:14:50 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:14:50 +0100 |
commit | dcbf115f25d53a59f6939339b30c1141029c82c0 (patch) | |
tree | 624646dc67879dbd1ea5b1d27c5f29aaed1a298b /README.md | |
parent | 668f2f9e2cab061d0dc4d73c321f55de27bbbbd3 (diff) | |
download | gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.zip gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.tar.gz gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.tar.bz2 |
Adapt platform command to gitbook.com
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ GitBook [](https://travis-ci.org/GitbookIO/gitbook) [](http://badge.fury.io/js/gitbook) -GitBook is a command line tool (and Node.js library) for building beautiful books using GitHub/Git and Markdown. Here is an example: [Learn Javascript](https://www.gitbook.io/book/GitBookIO/javascript). You can publish book easily online using [gitbook.io](https://www.gitbook.io) and an [editor](https://github.com/GitbookIO/editor) is available for Windows, Mac and Linux. You can follow [@GitBookIO](https://twitter.com/GitBookIO) on Twitter. Complete documentation is available at [help.gitbook.io](http://help.gitbook.io/). +GitBook is a command line tool (and Node.js library) for building beautiful books using GitHub/Git and Markdown. Here is an example: [Learn Javascript](https://www.gitbook.com/book/GitBookIO/javascript). You can publish book easily online using [gitbook.com](https://www.gitbook.com) and an [editor](https://github.com/GitbookIO/editor) is available for Windows, Mac and Linux. You can follow [@GitBookIO](https://twitter.com/GitBookIO) on Twitter. Complete documentation is available at [help.gitbook.io](http://help.gitbook.io/).  @@ -16,7 +16,7 @@ GitBook can be installed from **NPM** using: $ npm install gitbook -g ``` -Create the directories and files for a book from its [SUMMARY.md](https://github.com/GitbookIO/gitbook#book-format) file using +Create the directories and files for a book from its [SUMMARY.md](https://github.com/GitbookIO/gitbook#book-format) file using ``` $ gitbook init ``` @@ -131,7 +131,7 @@ Here are the options that can be stored in this file: } ``` -You can publish your books to our index by visiting [GitBook.io](http://www.gitbook.io) +You can publish your books to our index by visiting [GitBook.com](http://www.gitbook.com) ## Output Formats |