diff --git a/README.md b/README.md index 06566e1..014911e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# watchpack +# Watchpack Wrapper library for directory and file watching. @@ -11,7 +11,7 @@ Wrapper library for directory and file watching. ## Concept -watchpack high level API doesn't map directly to watchers. Instead a three level architecture ensures that for each directory only a single watcher exists. +Watchpack high level API which doesn't directly map to the watchers. Instead a three level architecture ensures that for each directory only a single watcher exists. - The high level API requests `DirectoryWatchers` from a `WatcherManager`, which ensures that only a single `DirectoryWatcher` per directory is created. - A user-faced `Watcher` can be obtained from a `DirectoryWatcher` and provides a filtered view on the `DirectoryWatcher`.