From 7b300bde65decca87daac6263de101c94fa3cd94 Mon Sep 17 00:00:00 2001 From: Tom Andrade Date: Thu, 19 May 2022 16:05:20 +0200 Subject: [PATCH] chore: updates readme and .gitignore --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5cb693c..a41b5df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ short -*.json \ No newline at end of file +*.json +!charts/short diff --git a/README.md b/README.md index 4f22efd..ba96e53 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://git.thebarrens.nu/wolvie/short/blob/master/LICENSE) -Short is a very simple url shortener build in golang using gorilla/mux for url routing and go-cache for storring URLs, the main focus is speed, not data is persisted, but can be dumped and restored. +Short is a very simple url shortener build in golang, the main focus is speed, not data is persisted, but can be dumped and restored. ## Syntax is