diff --git a/1.7.md b/1.7.md
index 5d583fb7..16b808c8 100644
--- a/1.7.md
+++ b/1.7.md
@@ -96,7 +96,7 @@ called `fg` which will set the color to your foreground color.
### Progress Bars
-- You can now enable/disable a border around the progress bars.
+- You can now enable/disable a border around the progress bars with `progress_border`.
```sh
# $progress_border on
@@ -106,7 +106,8 @@ called `fg` which will set the color to your foreground color.
=====-----
```
-- You can now individually set the progress bar characters. This means that you can
+- You can now individually set the progress bar characters by using
+`progress_char_elapsed` and `progress_char_total`. This means that you can
have a seperate character for the elapsed and total portions of the bar.
```sh