Skip to content

Commit 1ec7762

Browse files
authored
Merge pull request #238 from tshepang/misc
typos
2 parents 1632d2e + 4af107b commit 1ec7762

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ There are multiple ways to install mdBook.
7272

7373
## Usage
7474

75-
mdBook will primaraly be used as a command line tool, even though it exposes all its functionality as a Rust crate for integration in other projects.
75+
mdBook will primarily be used as a command line tool, even though it exposes all its functionality as a Rust crate for integration in other projects.
7676

7777
Here are the main commands you will want to run. For a more exhaustive explanation, check out the [documentation](http://azerupi.github.io/mdBook/).
7878

@@ -88,7 +88,7 @@ Here are the main commands you will want to run. For a more exhaustive explanati
8888
└── SUMMARY.md
8989
```
9090
91-
`book` and `src` are both directories. `src` contains the markdown files that will be used to render the ouput to the `book` directory.
91+
`book` and `src` are both directories. `src` contains the markdown files that will be used to render the output to the `book` directory.
9292
9393
Please, take a look at the [**Documentation**](http://azerupi.github.io/mdBook/cli/init.html) for more information and some neat tricks.
9494
@@ -102,7 +102,7 @@ Here are the main commands you will want to run. For a more exhaustive explanati
102102
103103
- `mdbook serve`
104104
105-
Does the same thing as `mdbook watch` but additionally serves the book at `http://localhost:3000` (port is changeable) and reloads the browser when a change occures.
105+
Does the same thing as `mdbook watch` but additionally serves the book at `http://localhost:3000` (port is changeable) and reloads the browser when a change occurs.
106106
107107
### As a library
108108

0 commit comments

Comments
 (0)