Remove outdated recommendation that a goroutine is needed Fixes #726
diff --git a/README.md b/README.md index d88317e..72b6428 100644 --- a/README.md +++ b/README.md
@@ -97,10 +97,6 @@ [#18]: https://github.com/fsnotify/fsnotify/issues/18 -### Do I have to watch the Error and Event channels in a goroutine? -Yes. You can read both channels in the same goroutine using `select` (you don't -need a separate goroutine for both channels; see the example). - ### Why don't notifications work with NFS, SMB, FUSE, /proc, or /sys? fsnotify requires support from underlying OS to work. The current NFS and SMB protocols does not provide network level support for file notifications, and