From 99fbdb003a18f270f0b41690498b50882c16a0e7 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Tue, 26 Feb 2019 08:28:55 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e91ba4c..4a8d97e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # go-timertxt +A Go library for working with timer.txt files. + +A timer.txt file is a plain text file for timekeeping purposes. It stems from the same motivations as todo.txt (http://todotxt.org/). + +This library is very similar to https://github.com/br0xen/go-todotxt, which is a fork of https://github.com/JamesClonk/go-todotxt.