diff --git a/README.md b/README.md index c496c1d..0ba4fb0 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ Allows the user to input a program and watch the output. This is pretty much the same as watch except that it allows scrolling output. usage: - pwatch command [command args] +pwatch command [command args] examples: - pwatch tree -v - pwatch grep "stuff" * + +pwatch tree -v + +pwatch grep "stuff" * To exit, ctrl-c or ESC.