Minor styling change

This commit is contained in:
brennx0r 2016-08-23 21:59:18 -07:00
parent a0916bd83a
commit 94702dbdda

View File

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