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.
This commit is contained in:
Brian Buller 2019-02-26 08:34:39 -06:00 committed by GitHub
parent 8863baacd9
commit b900a876e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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