You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ There are multiple ways to install mdBook.
72
72
73
73
## Usage
74
74
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.
76
76
77
77
Here are the main commands you will want to run. For a more exhaustive explanation, check out the [documentation](http://azerupi.github.io/mdBook/).
78
78
@@ -88,7 +88,7 @@ Here are the main commands you will want to run. For a more exhaustive explanati
88
88
└── SUMMARY.md
89
89
```
90
90
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.
92
92
93
93
Please, take a look at the [**Documentation**](http://azerupi.github.io/mdBook/cli/init.html) for more information and some neat tricks.
94
94
@@ -102,7 +102,7 @@ Here are the main commands you will want to run. For a more exhaustive explanati
102
102
103
103
- `mdbook serve`
104
104
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.
0 commit comments