SpartanJ / efsw

efsw is a C++ cross-platform file system watcher and notifier.
Other
645 stars 98 forks source link

Some minor cleanup for README.md #131

Closed craig65535 closed 2 years ago

craig65535 commented 2 years ago

This PR fixes some typos in README.md. I decided to make this PR because I misinterpreted this:

OS X will only use Kqueue if OS X version is below to 10.5

As meaning that kqueue was not supported in OSX >= 10.5. I think the intention was to say that Kqueue is the only backend supported on OSX < 10.5.

SpartanJ commented 2 years ago

Thanks for your contribution!