From: Nathan Youngman Date: Sun, 29 Jun 2014 05:15:46 +0000 (-0600) Subject: update README X-Git-Tag: v1.7.2~298 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=2e10046dddf38f0a8127693116133cecb03e8164;p=fsnotify.git update README --- diff --git a/README.md b/README.md index 4622425..c52e6d5 100644 --- 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