From ae4b10395a79d35a1f10fdb39d091b204d75d9b2 Mon Sep 17 00:00:00 2001
From: Paul Maruhn <paulmaruhn@posteo.de>
Date: Sat, 16 Oct 2021 17:22:41 +0200
Subject: [PATCH] add readme

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d3d4293
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+icebox-image-service
+====================
+
+This image service is simple. Put your image in the images directory and it will be available at `/<imagename>`.
+
+you can leave the fileextension empty and the typical image extensions will be guessed:
+
+`/premiumkola` will return `/premiumkola.png`, `/premiumkola.jpg` or `/premiumkola.jpeg`.
-- 
GitLab