From a7f56ef9260a5e79c2149e94bacad80caa06067e Mon Sep 17 00:00:00 2001 From: Matt Green Date: Sat, 15 Oct 2016 10:25:37 -0400 Subject: [PATCH] Update README a little for CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82fa4bf..90f5085 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Beta: Adding final features and polish * Simple invocation and use * Runs on OS X, Linux and Windows -* Monitors path specified on command line for changes +* Monitors current directory and all subdirectories for changes (use `--watch` to override) * Uses most efficient event polling mechanism for your platform (except for [BSD](https://github.com/passcod/rsnotify#todo)) * Coalesces multiple filesystem events into one, for editors that use swap/backup files during saving * By default, uses `.gitignore` to filter for changes