From c005bae1013c473f256aa9f41c6af51b05d08545 Mon Sep 17 00:00:00 2001 From: Sdogruyol Date: Wed, 16 Dec 2015 20:34:30 +0200 Subject: [PATCH] Update docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf80a37..f3f2e81 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ crystal run src/kemal_sample.cr ``` Go to *http://localhost:3000* -Check [samples](https://github.com/sdogruyol/kemal/tree/master/samples) for more. +Check [documentation]https://github.com/sdogruyol/kemal/tree/master/docs) or [samples](https://github.com/sdogruyol/kemal/tree/master/samples) for more. # Super Fast <3 @@ -49,6 +49,10 @@ These results were achieved with ```wrk``` on a Macbook Pro Late 2013. (**2Ghz i - Built-in static file serving - Built-in view templating via ecr +# Documentation + +You can read the documentation under [docs](https://github.com/sdogruyol/kemal/tree/master/docs) folder. + ## Thanks Thanks to Manas for their awesome work on [Frank](https://github.com/manastech/frank).