Merge pull request #252 from seanlinsley/patch-1

Update command to open the docs in Firefox
This commit is contained in:
Carol (Nichols || Goulding) 2016-09-11 18:01:31 -04:00 committed by GitHub
commit 34eca19f8d

View File

@ -36,12 +36,13 @@ your web browser.
_Firefox:_
```bash
$ firefox book/index.html
$ firefox book/index.html # Linux
$ open -a "Firefox" book/index.html # OS X
```
_Chrome:_
```bash
$ open -a "Google Chrome" book/index.html
$ open -a "Google Chrome" book/index.html # OS X
```
To run the tests: