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