]> go.fuhry.dev Git - fsnotify.git/commitdiff
v1.0.0 - API change
authorNathan Youngman <git@nathany.com>
Sat, 16 Aug 2014 05:15:25 +0000 (23:15 -0600)
committerNathan Youngman <git@nathany.com>
Sat, 16 Aug 2014 05:15:33 +0000 (23:15 -0600)
this isn't a sign that it's done or stable yet

README.md

index 5828cea9b5c84fad4975b00add7c881df71248e2..acc8b5ee08fb574fdc2e29d637109c8a34e3c8d4 100644 (file)
--- 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.