]> go.fuhry.dev Git - fsnotify.git/commitdiff
update README
authorNathan Youngman <git@nathany.com>
Sun, 29 Jun 2014 05:15:46 +0000 (23:15 -0600)
committerNathan Youngman <git@nathany.com>
Sun, 29 Jun 2014 05:15:46 +0000 (23:15 -0600)
README.md

index 46224252bdc13242da3ba0f6d73b8bdc2987524b..c52e6d5edb935c4dc7f029de62a66bd33e98e9c1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Cross platform: Windows, Linux, BSD and OS X.
 
-Please see [the documentation]((http://godoc.org/github.com/fsnotify/fsnotify)) for usage.
+Please see [the documentation](http://godoc.org/github.com/fsnotify/fsnotify) for usage. The [Wiki](https://github.com/fsnotify/fsnotify/wiki) contains an FAQ and other information.
 
 ## API stability
 
@@ -16,7 +16,7 @@ Further changes are expected. You may use [gopkg.in](https://gopkg.in/fsnotify/f
 import "gopkg.in/fsnotify/fsnotify.v0"
 ```
 
-A new major revision will be tagged when the API changes.
+A new major revision will be tagged for any future API changes.
 
 ## Contributing