Update docs

This commit is contained in:
Sdogruyol 2015-12-16 20:34:30 +02:00
parent 5eba76da7b
commit c005bae101
1 changed files with 5 additions and 1 deletions

View File

@ -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).