From e3d6cf0a4ef7065c218e4ca00b04f8e6ab6d648b Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Wed, 9 Jul 2014 18:06:36 -0600 Subject: [PATCH] shorter path for gopkg.in --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e0ab3..77408a9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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/go-fsnotify/fsnotify.v0) to lock to the current API: +Further changes are expected. You may use [gopkg.in](https://gopkg.in/fsnotify.v0) to lock to the current API: ```go import "gopkg.in/fsnotify.v0" -- 2.50.1