Triggering appveyor to build

This commit is contained in:
Matt Green 2016-10-15 10:47:35 -04:00
parent 190b58a899
commit 4144abada4
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Example use cases:
##Status
Beta: Adding final features and polish
Beta: Adding final features and polish
##Features
@ -20,7 +20,7 @@ Beta: Adding final features and polish
* 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
* By default, uses `.gitignore` to determine which files to ignore notifications for
* Support for watching files with a specific extension
* Support for filtering/ignoring events based on glob patterns
* Optionally clears screen between executions