From 7ee42c98a7642b520bfa39abb3db3f6d7d784c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Mon, 7 Nov 2016 04:45:18 +0100 Subject: [PATCH] Updated documentaiton --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c6e043..991b518 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,8 @@ class Router extends SimpleRouter { } ``` -#### Helper functions examples -**This is a basic example of a helper function for generating urls.** +### Helper functions +**This is a basic example of a helper functions.** ```php use Pecee\SimpleRouter\SimpleRouter;