diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-30 12:05:12 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-30 12:05:12 +0200 |
commit | 728c87c52587c4e06b281579da21e7637b11f302 (patch) | |
tree | ed1728a585679b468c09a109ef07678107b54fa4 | |
parent | 076ee98f647046452366777012c69eb7851dbf55 (diff) | |
parent | ace394ee2d1fee15578b7f6b57dfe1640c246bbb (diff) | |
download | gitbook-728c87c52587c4e06b281579da21e7637b11f302.zip gitbook-728c87c52587c4e06b281579da21e7637b11f302.tar.gz gitbook-728c87c52587c4e06b281579da21e7637b11f302.tar.bz2 |
Merge pull request #187 from snipe/feature/typo-fixes
Fixed typos
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ Options for commands `build` and `serve` are: ``` -o, --output <directory> Path to output directory, defaults to ./_book -f, --format <name> Change generation format, defaults to site, availables are: site, page, pdf, json ---config <config file> Configuration file to use, defualt to book.json +--config <config file> Configuration file to use, defaults to book.json ``` GitBook load the default configuration from a `book.json` file in the repository if it exists. @@ -160,7 +160,7 @@ GitBook will read the `.gitignore`, `.bookignore` and `.ignore` files to get a l #### Plugins -Plugins can used to extend your book functionnalities. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more informations about how to build a plugin for gitbook. +Plugins can used to extend your book's functionality. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more information about how to build a plugin for gitbook. ##### Default plugins: |