diff --git a/README.md b/README.md
index 690abd9..2dc9389 100644
--- a/README.md
+++ b/README.md
@@ -23,25 +23,25 @@ For a list of data types, see [this sos!bashutils documentation page](https://ba
NOFANCY |
bool |
false |
-Whether to print things like the "Generation successful" message |
+Whether to print things like the "Generation successful" message |
RECURSE |
bool |
false |
-Whether to recurse downwards and create a directory index for all directories found |
+Whether to recurse downwards and create a directory index for all directories found |
MINIFY |
bool |
false |
-Whether to minify the final output. This will just remove all newlines |
+Whether to minify the final output. This will just remove all newlines |
OUTPUT |
str |
./index.html |
-Where gendex should output it's generated HTML file to |
+Where gendex should output it's generated HTML file to |
LOCALPATH |
@@ -53,7 +53,7 @@ For a list of data types, see [this sos!bashutils documentation page](https://ba
TEMPLATE |
str |
|
-The absolute location of the .html template to use. Uses the standard template if empty |
+The absolute location of the .html template to use. Uses the standard template if empty |