From e251f21b8c3b44df130a0b742e1fe5434331a72b Mon Sep 17 00:00:00 2001 From: Russ Bradberry Date: Thu, 24 Apr 2014 15:46:46 -0400 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10ee8d1..19fc250 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ Various Utilities for dealing with Time in Go -## ParseDateString(dt string) (t time.Time, err error) +### ParseDateString(dt string) (t time.Time, err error) Parses a date from either a `string` into a `time.Time` object. -## ParseMillis(dt int64) (t time.Time, err error) +### ParseMillis(dt int64) (t time.Time, err error) Parses a milliseconds-since-epoch time stamp to a time.Time -# License +## License Approxidate is `Copyright (C) Linus Torvalds, 2005` taken from: https://github.com/thatguystone/approxidate originally from GIT, and is subject to the GIT license. ### Everything else: