From 42b16446daaffb50e1b1a86a58eaf44622e79751 Mon Sep 17 00:00:00 2001 From: Aaron Raddon Date: Wed, 26 Jul 2017 18:16:34 -0700 Subject: [PATCH] Improve CLI tool for example usage --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ed20d4..1ee08a7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ cli tool for testing dateformats [Date Parse CLI](https://github.com/araddon/dateparse/blob/master/dateparse) -Extended example https://github.com/araddon/dateparse/blob/master/example/main.go +Extended example +------------------- + +https://github.com/araddon/dateparse/blob/master/example/main.go + ```go package main