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