From 79305a50d0f1b7058bb6c36d33e65a1d0b4a337c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 26 Jan 2023 16:59:15 -0800 Subject: [PATCH] formatting --- README.md | 8 ++++---- templates/readme_template | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 01e347a9..17a34a5b 100644 --- a/README.md +++ b/README.md @@ -318,10 +318,10 @@ Line slicing is supported using the `START:STOP` syntax similar to Python slicing. This allows you to skip lines at the beginning and/or end of the output you would like `jc` to convert. -`START` and `STOP` can be positive or negative integers and allow you to -specify how many lines to skip and how many lines to process. Positive -slices are the most memory efficient. Any negative slices will use more -memory. +`START` and `STOP` can be positive or negative integers or blank and allow +you to specify how many lines to skip and how many lines to process. +Positive and blank slices are the most memory efficient. Any negative +integers in the slice will use more memory. For example, to skip the first and last line of the following text, you could express the slice in a couple ways: diff --git a/templates/readme_template b/templates/readme_template index fb17b500..7b2439d2 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -180,10 +180,10 @@ Line slicing is supported using the `START:STOP` syntax similar to Python slicing. This allows you to skip lines at the beginning and/or end of the output you would like `jc` to convert. -`START` and `STOP` can be positive or negative integers and allow you to -specify how many lines to skip and how many lines to process. Positive -slices are the most memory efficient. Any negative slices will use more -memory. +`START` and `STOP` can be positive or negative integers or blank and allow +you to specify how many lines to skip and how many lines to process. +Positive and blank slices are the most memory efficient. Any negative +integers in the slice will use more memory. For example, to skip the first and last line of the following text, you could express the slice in a couple ways: