From 7f6b6d6dd6e221742f5adace53e9ed5314ffe2c5 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 15 Aug 2014 23:15:25 -0600 Subject: [PATCH] v1.0.0 - API change this isn't a sign that it's done or stable yet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5828cea..acc8b5e 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Please see [the documentation](http://godoc.org/github.com/go-fsnotify/fsnotify) The fsnotify API has changed from what exists at `github.com/howeyc/fsnotify` ([GoDoc](http://godoc.org/github.com/howeyc/fsnotify)). -Further changes are expected. You may use [gopkg.in](https://gopkg.in/fsnotify.v0) to lock to the current API: +Further changes are expected. You may use [gopkg.in](https://gopkg.in/fsnotify.v1) to lock to the current API: ```go -import "gopkg.in/fsnotify.v0" +import "gopkg.in/fsnotify.v1" ``` A new major revision will be tagged for any future API changes. -- 2.50.1