diff --git a/README.md b/README.md index a3653e8..2500f48 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ $ mdbook build ``` The output will be in the `book` subdirectory. To check it out, open it in -your web browser: +your web browser. -Firefox: +_Firefox:_ ```bash $ firefox book/index.html ``` -Chrome: +_Chrome:_ ```bash $ open -a "Google Chrome" book/index.html ```