Typos readme

This commit is contained in:
Leonetienne 2021-06-06 14:12:36 +02:00
parent beeba3cf17
commit 6c8705ca19

View File

@ -326,7 +326,7 @@ $ a.out -i hello.txt shoe.txt somsang.txt
<span id="further-notes"></span> <span id="further-notes"></span>
## Further notes ## Further notes
This is still in alpha! There is no guarantee at all that this actually works. This is still in alpha! There is no guarantee at all that this actually works.
Whilst i did my best do make sure it does, i bet there are still a few flaws i've overlooked. Whilst i did my best to make sure it does, i bet there are still a few flaws i've overlooked.
Please know that i am not obliged to work on fixes. I do have other stuff to do. Please know that i am not obliged to work on fixes. I do have other stuff to do.
This does not mean that i won't, but i'm not sure when. This does not mean that i won't, but i'm not sure when.
Feel free to submit a PR if you think you improved it in any way :) Feel free to submit a PR if you think you improved it in any way :)
@ -334,7 +334,7 @@ Feel free to submit a PR if you think you improved it in any way :)
<span id="#contributing"></span> <span id="#contributing"></span>
## Contributing ## Contributing
If you want to contribute, feel free to fork the repository, and submit a pull request. If you want to contribute, feel free to fork the repository, and submit a pull request.
Bugfixes and tests are almost certain to be accepted, features should agreed upon and come with tests. Bugfixes and tests are almost certain to be accepted, features should be agreed upon and come with tests.
Just create an issue with the tag `feature request`. Don't forget to update the UML (`Hazelnupp.vpp`)! The (free) modelling software used is [Visual Paradigm](https://www.visual-paradigm.com). Just create an issue with the tag `feature request`. Don't forget to update the UML (`Hazelnupp.vpp`)! The (free) modelling software used is [Visual Paradigm](https://www.visual-paradigm.com).
Any code added must match the existing style! Any code added must match the existing style!
@ -342,7 +342,7 @@ Any code added must match the existing style!
* Classifiers and Functions/Methods begin with an uppercase initial * Classifiers and Functions/Methods begin with an uppercase initial
* Classifiers are camel-case * Classifiers are camel-case
* Classifiers get documented via `/** */` for doxygen. See existing classifiers * Classifiers get documented via `/** */` for doxygen. See existing classifiers
* Members (methods and objects) get documented via `//!` for doxygen. See existing definitions. * Members (methods and objects) get documented via `//!` for doxygen. See existing definitions
* `{` always gets a new line * `{` always gets a new line
* Enumerations (and their values) and macros are all-upper case snake-case * Enumerations (and their values) and macros are all-upper case snake-case
* No `using namespace std` * No `using namespace std`