From 6a72957e84ddc5022d4a228127f42703402effd0 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Mon, 15 Aug 2022 15:46:29 +0200
Subject: [PATCH] update readme

---
 README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 343b0ea..7d26f54 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
 # TinyRouter
 
-Axels first php class of a router.
+You can define routes static and dynamic url parts and a callback object per route.
+The getRoute() method returns found route including set vars and the callback object.
+In the most simple case check if a callback exists and execute it.
 
 Institute for Medical Education; University of Bern
 
-Source: <https://git-repo.iml.unibe.ch/iml-open-source/tinyrouter-php-class/>
-License: GNU GPL 3
-
-see [docs](docs/)
+📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/tinyrouter-php-class>
+📜 License: GNU GPL 3.0
+📖 Docs: <https://os-docs.iml.unibe.ch/tinyrouter-php-class/>
-- 
GitLab