From b900a876e466add87c45420647b7d25b6400b0db Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Tue, 26 Feb 2019 08:34:39 -0600 Subject: [PATCH] Update README.md This is a fork but probably not something that will ever be merged in, since I'm making changes that I think should be default behavior. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7ddbb72..d21eee2 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,12 @@ go-todotxt A Go todo.txt library. -[![GoDoc](https://godoc.org/github.com/JamesClonk/go-todotxt?status.png)](https://godoc.org/github.com/JamesClonk/go-todotxt) [![Build Status](https://travis-ci.org/JamesClonk/go-todotxt.png?branch=master)](https://travis-ci.org/JamesClonk/go-todotxt) - The *todotxt* package is a Go client library for Gina Trapani's [todo.txt](https://github.com/ginatrapani/todo.txt-cli/) files. It allows for parsing and manipulating of task lists and tasks in the todo.txt format. ## Installation - $ go get github.com/JamesClonk/go-todotxt + $ go get github.com/br0xen/go-todotxt ## Requirements @@ -23,7 +21,7 @@ go-todotxt requires Go1.1 or higher. import ( "fmt" - "github.com/JamesClonk/go-todotxt" + "github.com/br0xen/go-todotxt" "log" ) @@ -64,7 +62,7 @@ go-todotxt requires Go1.1 or higher. ## Documentation -See [GoDoc - Documentation](https://godoc.org/github.com/JamesClonk/go-todotxt) for further documentation. +See [GoDoc - Documentation](https://godoc.org/github.com/br0xen/go-todotxt) for further documentation. ## License