From c62805232f728d83c132839a439d331992be0711 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Wed, 13 Nov 2013 20:58:59 -0700 Subject: [PATCH] GoDoc badge and AUTHORS update --- AUTHORS | 9 ++++++++- CONTRIBUTING.md | 2 +- README.md | 4 +--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 5f4d649..a19022f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,9 +10,16 @@ Case Nelson Chris Howey +Christoffer Buchholz Dave Cheney Francisco Souza +John C Barstow Kelvin Fo -Pursuit92 +Nathan Youngman +Paul Hammond +Pursuit92 Rob Figueiredo Travis Cline +Tudor Golubenco +debrando +henrikedwards diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 939a3b5..2f99983 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ For other team members: 1. Install as usual (`go get -u github.com/howeyc/fsnotify`) 2. Add your remote (`git remote add fork git@github.com:mycompany/repo.git`) -3. Pull your revisions (`git fetch; git checkout -b my-new-feature fork/my-new-feature`) +3. Pull your revisions (`git fetch fork; git checkout -b my-new-feature fork/my-new-feature`) Notice: Always use the original import path by installing with `go get`. diff --git a/README.md b/README.md index 282b20d..b7ec501 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # File system notifications for Go -[![Build Status](https://goci.herokuapp.com/project/image/github.com/howeyc/fsnotify)](http://goci.me/project/github.com/howeyc/fsnotify) - -[GoDoc](http://godoc.org/github.com/howeyc/fsnotify) +[![Build Status](https://goci.herokuapp.com/project/image/github.com/howeyc/fsnotify)](http://goci.me/project/github.com/howeyc/fsnotify) [![GoDoc](https://godoc.org/github.com/howeyc/fsnotify?status.png)](http://godoc.org/github.com/howeyc/fsnotify) Cross platform, works on: * Windows -- 2.50.1