From 6abbcf4acb01353d467e97a14bc74c4b6c234d33 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 2 Sep 2018 22:16:46 +0000 Subject: [PATCH] Updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c39f6c..c09e2b2 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,5 @@ This package is designed to enhance Go's built-in http file server function and Where the native function's file listing was just an alphabetical set of files, this one adds file size, date, owner/group, and sorting capability. -This should be a drop-in replacement and is largely based on the original function. \ No newline at end of file +This should be a drop-in replacement and is largely based on the original code. See the included example for a simple use, +or https://gitto.work/shortcut/httphere for something more practical. \ No newline at end of file