Skip to content

Commit

Permalink
Unbreak README and CONTRIBUTING grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Aug 20, 2017
1 parent 49a4db3 commit 812051f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Hopefully these modules are fairly separated, and it's clear when you'll need to

#### Pull requests

Pull requests are _the_ way to change code using git. If you aren't familiar with them in general, GitHub has some [excellent documentation](https://help.github.com/articles/about-pull-requests/) on using these.
Pull requests are _the_ way to change code using git. If you aren't familiar with them in general, GitHub has some [excellent documentation](https://help.github.com/articles/about-pull-requests/).

There aren't many hard guidelines in this repository on how specifically to format your request. Main points:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ See [CONTRIBUTING](./CONTRIBUTING.md) for more information on technical details.
[travis-builds]: https://travis-ci.org/daboross/fern
[appveyor-image]: https://ci.appveyor.com/api/projects/status/github/daboross/fern?branch=master&svg=true
[appveyor-builds]: https://ci.appveyor.com/project/daboross/fern
[fern-docs](https://dabo.guru/rust/fern/)
[fern-example](https://github.com/daboross/fern/tree/master/examples/cmd-program.rs)
[fern-docs]: https://dabo.guru/rust/fern/
[fern-example]: https://github.com/daboross/fern/tree/master/examples/cmd-program.rs
[log]: https://github.com/rust-lang-nursery/log

0 comments on commit 812051f

Please sign in to comment.