summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-05-21 10:46:26 +0200
committerSamy Pessé <samypesse@gmail.com>2014-05-21 10:46:26 +0200
commit0e1717f4bb979ebdbba5500dd5ae85f7f10f3528 (patch)
tree1a65342a833f12ae57cc217fcce8f967ec5d0196
parent276dbe29c78c8b005c69915e0f447f8e44493766 (diff)
downloadgitbook-0e1717f4bb979ebdbba5500dd5ae85f7f10f3528.zip
gitbook-0e1717f4bb979ebdbba5500dd5ae85f7f10f3528.tar.gz
gitbook-0e1717f4bb979ebdbba5500dd5ae85f7f10f3528.tar.bz2
Improve grammar (thanks to @theoutlander )
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 806dd17..a389224 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ A book is a Git repository containing at least 2 files: `README.md` and `SUMMARY
#### README.md
-As usual, it should contains an introduction for your book. It will be automatically added to the final summary.
+Typically, this should be the introduction for your book. It will be automatically added to the final summary.
#### SUMMARY.md
@@ -130,7 +130,7 @@ This is the summary of my book.
* [example 1](section2/example1.md)
```
-Files that are not included in the `SUMMARY.md` will not be processed by `gitbook`.
+Files that are not included in `SUMMARY.md` will not be processed by `gitbook`.
#### Exercises