Skip to content

Commit 6eaea76

Browse files
authored
Update wording (#52)
1 parent 8c30ff9 commit 6eaea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The flow `rep` uses when making a change looks like this:
3939
2. The substitution (e.g., the first and second [find and replace] arguments) are applied to the `<line-contents>`.
4040
3. The result is written to the `<file-path>`.
4141

42-
These means editing standard input first, *and then applying a find and replace to the resulting grep-formatted lines*, will also work.
42+
These means editing standard input first, *and then also applying a find and replace via `rep`*, will also work (e.g., `rep bar baz < tmp`).
4343

4444
## Installation
4545

0 commit comments

Comments
 (0)