From 6cef09911082d1ef3f87288c9cdcf7bdd87d0ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Sat, 9 Apr 2016 09:49:59 +0200 Subject: [PATCH] [TASK] Updated documentation with list of sites that uses project in production --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1ba92d0..628aef2 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,12 @@ $route->setClass('Example\MyCustomClass'); $route->setMethod('hello'); ``` +## Sites +This is some sites that uses the simple-router project in production. + +- [holla.dk](http://www.holla.dk) +- [ninjaimg.com](http://ninjaimg.com) + ## Documentation While I work on a better documentation, please refer to the Laravel 5 routing documentation here: