From f114f18ae6fb5c753a828df84acfe36ddee4c03c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 May 2017 10:30:02 +0200 Subject: [PATCH] Fix invalid html tag --- basics/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/routing.md b/basics/routing.md index 0f05e27..dbc0bfa 100644 --- a/basics/routing.md +++ b/basics/routing.md @@ -41,7 +41,7 @@ $this->router->add('foo/bar', function() { ## Route Parameters - +coming soon ## Reference