From 6789df28bf09a90c385ea16cc72a6c1598601150 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sun, 15 Dec 2019 23:31:13 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f6fc4e..1aef713 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,13 @@ There is one new requirement ## Development * [`pre-commit`](https://pre-commit.com/) - * Before developing, run `pre-commit install`. - * See the [documentation](https://pre-commit.com/) for more information. +_Before developing, run `pre-commit install` See the [documentation](https://pre-commit.com/) for more information._ * ['Doxygen'](http://www.doxygen.nl/) - * Any changes to source should be documented and have run doxygen doxygen.conf prior to commiting. +_Any changes to source should be documented and have run doxygen doxygen.conf prior to commiting._ * ['sem-ver'](https://semver.org) - * Before advancing version numbers be sure to set PROJECT_NUMBER in doxygen.conf accordingly. +_Before advancing version numbers be sure to set PROJECT_NUMBER in doxygen.conf accordingly._ ## Configuration