Skip to content

Commit 5adbe8f

Browse files
authored
Merge pull request #8 from oytech/fix-typo
Fix typo in readme
2 parents 9ca5ef4 + 0298a8e commit 5adbe8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Watch for file changes in a directory with a unified API on Linux and macOS.
44

5-
## Overvie
5+
## Overview
66
Detecting file changes is an OS-specific task, and the implementation differs on each major platform. While Linux uses
77
sys/inotify, macOS lacks this functionality and provide `FSEventStream`. Even though there are many examples available
88
for specific platforms, the interfaces still differ.

0 commit comments

Comments
 (0)