about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Down <chris@chrisdown.name>2018-02-20 11:54:04 +0000
committerChris Down <chris@chrisdown.name>2018-02-20 11:54:04 +0000
commit9cb223fbe494c5b71678a9eae704c21a97e3bddd (patch)
tree94efea6db27168f35c4ead9d7a77a0df3ed3a0a2
parent071c3d3cfec5666750e3f89d38d2f149dcba31f7 (diff)
downloadclipbuzz-9cb223fbe494c5b71678a9eae704c21a97e3bddd.tar.gz
Tersify usage example
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6554621..f86ef96 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,8 @@ avoid polling for new selections.
 
 Here's how it's intended to be used:
 
-    while true; do
-        clipnotify  # When clipnotify exists, a new selection event was detected.
-        [do something with the selection]
+    while clipnotify; do
+        [an event happened, do something with the selection]
     done
 
 clipnotify doesn't try to print anything about the contents of the selection,