From aef0fdb4352cb07c80c385a6814e355aeb34bbc5 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 27 Jan 2023 08:02:07 -0800 Subject: [PATCH] formatting --- README.md | 2 +- templates/readme_template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 |