diff --git a/README.md b/README.md
index 4e472c6..9731273 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,7 @@ export _GIT_LIMIT=20
### Git log options
-You can set _GIT_LOG_OPTIONS for [git log options](https://git-scm.com/docs/git-log#_options):
+You can set `_GIT_LOG_OPTIONS` for [git log options](https://git-scm.com/docs/git-log#_options):
```bash
export _GIT_LOG_OPTIONS="--ignore-all-space --ignore-blank-lines"
@@ -182,7 +182,7 @@ export _GIT_PATHSPEC=':!package-lock.json'
### Git merge view strategy
-You can set the variable `_GIT_MERGE_VIEW` to enable merge commits to be part of the stats by setting `_GIT_MERGE_VIEW` to `enable`. You can also choose to only show merge commits by setting `_GIT_MERGE_VIEW` to `exclusive`. Default is to not show merge commits. These work similar to git's built-in `--merges` and `--no-merges` log options.
+You can set the variable `_GIT_MERGE_VIEW` to enable merge commits to be part of the stats by setting `_GIT_MERGE_VIEW` to `enable`. You can also choose to only show merge commits by setting `_GIT_MERGE_VIEW` to `exclusive`. Default is to not show merge commits. These work similar to git's built-in `--merges` and `--no-merges` log options.
```bash
export _GIT_MERGE_VIEW="enable"
@@ -191,7 +191,7 @@ export _GIT_MERGE_VIEW="exclusive"
### Git branch
-You can set the variable `_GIT_BRANCH` to set the branch of the stats. Works with commands `--git-stats-by-branch` and `--csv-output-by-branch`.
+You can set the variable `_GIT_BRANCH` to set the branch of the stats. Works with commands `--git-stats-by-branch` and `--csv-output-by-branch`.
```bash
export _GIT_BRANCH="master"
@@ -202,7 +202,7 @@ export _GIT_BRANCH="master"
You can change to the legacy color scheme by toggling the variable `_MENU_THEME` between `default` and `legacy`
```bash
-export _MENU_THEME=legacy
+export _MENU_THEME="legacy"
```

@@ -264,7 +264,25 @@ You can use the Docker image provided:
## System requirements
* An OS with a Bash shell
-* Tools we use: awk ; basename ; cat ; column ; echo ; git ; grep ; head ; seq ; sort ; tput ; tr ; uniq ; wc
+* Tools we use:
+
+```bash
+awk
+basename
+cat
+column
+echo
+git
+grep
+head
+printf
+seq
+sort
+tput
+tr
+uniq
+wc
+```
### Dependencies
@@ -327,25 +345,26 @@ MIT see [LICENSE][] for the full license text.
## Contributors
This project exists thanks to all the people who contribute.
-
+
+[](https://github.com/arzzen/git-quick-stats/graphs/contributors)
### Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/git-quick-stats#backer)]
-
+[](https://opencollective.com/git-quick-stats#backers)
### Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/git-quick-stats#sponsor)]
-
-
-
-
-
-
-
-
-
-
+[](https://opencollective.com/git-quick-stats/sponsor/0/website)
+[](https://opencollective.com/git-quick-stats/sponsor/1/website)
+[](https://opencollective.com/git-quick-stats/sponsor/2/website)
+[](https://opencollective.com/git-quick-stats/sponsor/3/website)
+[](https://opencollective.com/git-quick-stats/sponsor/4/website)
+[](https://opencollective.com/git-quick-stats/sponsor/5/website)
+[](https://opencollective.com/git-quick-stats/sponsor/6/website)
+[](https://opencollective.com/git-quick-stats/sponsor/7/website)
+[](https://opencollective.com/git-quick-stats/sponsor/8/website)
+[](https://opencollective.com/git-quick-stats/sponsor/9/website)