diff options
author | Chris Down <chris@chrisdown.name> | 2018-02-18 12:23:44 +0000 |
---|---|---|
committer | Chris Down <chris@chrisdown.name> | 2018-02-18 12:23:44 +0000 |
commit | 071c3d3cfec5666750e3f89d38d2f149dcba31f7 (patch) | |
tree | 02e5fbf73e549021e2a7b901eb1d7037b0d89896 | |
parent | 1436ace9400eeea4b2b7d8648410309fc76f99fe (diff) | |
download | clipbuzz-071c3d3cfec5666750e3f89d38d2f149dcba31f7.tar.gz |
sp: exists -> exits
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 2a45f5b..6554621 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Here's how it's intended to be used: done clipnotify doesn't try to print anything about the contents of the selection, -it just exists when it changes. This is intentional -- X11's selection API is +it just exits when it changes. This is intentional -- X11's selection API is verging on the insane, and there are plenty of others who have already lost their sanity to bring us xclip/xsel/etc. Use one of those tools to complement clipnotify. |