Skip to content

Commit

Permalink
Merge 27960f6 into 212ed44
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyakoparkar committed May 17, 2020
2 parents 212ed44 + 27960f6 commit 745e8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# watchpack
# Watchpack

Wrapper library for directory and file watching.

Expand All @@ -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`.
Expand Down

0 comments on commit 745e8b2

Please sign in to comment.