diff --git a/Configuration.md b/Configuration.md
index 38ddfc7..f76c95c 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -240,13 +240,19 @@ Whether or not to use Chrome/Chromium in `--headless` mode (no browser UI displa
---
#### `USE_COLOR`
**Possible Values:** [`True`]/`False`
-Colorize console ouput. Defaults to `True` if stdin is a TTY (interactive session), otherwise `False` (e.g. if run in a script or piped into a file).
+Colorize console output. Defaults to `True` if stdin is a TTY (interactive session), otherwise `False` (e.g. if run in a script or piped into a file).
+
+
+
---
#### `SHOW_PROGRESS`
**Possible Values:** [`True`]/`False`
Show real-time progress bar in console output. Defaults to `True` if stdin is a TTY (interactive session), otherwise `False` (e.g. if run in a script or piped into a file).
+
+
+
---
## Dependency Options