aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4fd6491..715265e 100644
--- a/README.md
+++ b/README.md
@@ -26,12 +26,12 @@ With `pw` you can:
* Make recurring patterns in the stream appear to "freeze" on the screen, using
triggers.
-* Prevent the overwhelming amount of output from a program to flooding the
+* Prevent the overwhelming amount of output from a program from flooding the
terminal, while consuming all of that output so that the program isn't
blocked. `pw` can pause its display updates entirely.
* Juggle multiple shell background jobs that produce output, yet execute
- indefinitely without blocking. When `pw` runs as as part of a shell
+ indefinitely without blocking. When `pw` runs as part of a shell
background job, it continues to consume input, process filters and take
snapshots, without displaying anything. When put into the foreground again,
display resumes.