Index: pkg/watcher/README.md |
diff --git a/pkg/watcher/README.md b/pkg/watcher/README.md |
index 75b0470f025af108beac69c5fc3c30c9bf85e2a1..61cc1f9f97d72e9d0c8098669550f8ee1997f1ca 100644 |
--- a/pkg/watcher/README.md |
+++ b/pkg/watcher/README.md |
@@ -1,2 +1,4 @@ |
-A file watcher. It monitors (currently by polling) for changes to contents of |
-directories and notifies you when files have been added, removed, or modified. |
+A file system watcher. |
+ |
+It monitors changes to contents of directories and sends notifications when |
+files have been added, removed, or modified. |