File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ $ mdbook build
39
39
40
40
The output will be placed in the ` book ` subdirectory. To check it out, open the
41
41
` index.html ` file in your web browser. You can pass the ` --open ` flag to `mdbook
42
- build` and it'll open the index page (if the process is successful) just like with
43
- ` cargo doc --open ` :
42
+ build` and it'll open the index page in your default browser (if the process is
43
+ successful) just like with ` cargo doc --open ` :
44
44
45
45
``` bash
46
46
$ mdbook build --open
@@ -54,7 +54,8 @@ $ mdbook test
54
54
55
55
## Contributing
56
56
57
- Given that the Nomicon is still in a draft state, we'd love your help! Please feel free to open
58
- issues about anything, and send in PRs for things you'd like to fix or change. If your change is
59
- large, please open an issue first, so we can make sure that it's something we'd accept before you
60
- go through the work of getting a PR together.
57
+ Given that the Nomicon is still in a draft state, we'd love your help! Please
58
+ feel free to open issues about anything, and send in PRs for things you'd like
59
+ to fix or change. If your change is large, please open an issue first, so we can
60
+ make sure that it's something we'd accept before you go through the work of
61
+ getting a PR together.
You can’t perform that action at this time.
0 commit comments