From 27960f6bb2ee5e681facc80140cd88f259b1c141 Mon Sep 17 00:00:00 2001 From: Kaiwalya Koparkar Date: Sun, 17 May 2020 15:25:02 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.