diff --git a/README.md b/README.md index 74d35c7b..00e27bd5 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ feature works. Here is a quick breakdown: -| Slice Notation | Input lines processed | +| Slice Notation | Input Lines Processed | |----------------|--------------------------------------------------------------| | `START:STOP` | lines `START` through `STOP - 1` | | `START:` | lines `START` through the rest of the output | diff --git a/templates/readme_template b/templates/readme_template index c5fbe074..633ba069 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -211,7 +211,7 @@ feature works. Here is a quick breakdown: -| Slice Notation | Input lines processed | +| Slice Notation | Input Lines Processed | |----------------|--------------------------------------------------------------| | `START:STOP` | lines `START` through `STOP - 1` | | `START:` | lines `START` through the rest of the output |