Update docs
This commit is contained in:
parent
af9c9ba3af
commit
265e75be21
1 changed files with 4 additions and 5 deletions
|
@ -4,8 +4,7 @@ This README includes documentation of Kemal, the Crystal Web Framework.
|
||||||
|
|
||||||
## What is Kemal?
|
## What is Kemal?
|
||||||
|
|
||||||
Kemal is a web server working on Crystal language. Strongly inspired on Sinatra project.
|
Kemal is a micro web framework written in Crystal language. It's strongly inspired from [Sinatra](www.sinatrarb.com).
|
||||||
_Needs more info_
|
|
||||||
|
|
||||||
## What is Crystal?
|
## What is Crystal?
|
||||||
|
|
||||||
|
@ -13,13 +12,13 @@ Crystal is a programming language based on *Ruby* syntax.
|
||||||
|
|
||||||
## Advantages of using Kemal
|
## Advantages of using Kemal
|
||||||
|
|
||||||
- Too easy to learn and start to develop.
|
- Easy to learn and start to develop.
|
||||||
- Since it's working on LLVM, it's too fast.
|
- Since it's working on LLVM, it's too fast.
|
||||||
- You can deploy it on *Heroku*.
|
- Easy deploment to *Heroku*.
|
||||||
|
|
||||||
## The Name
|
## The Name
|
||||||
|
|
||||||
Kemal means *Mature, grown up* in Turkish and Arabic.
|
Kemal means *Mature, grown up* in Turkish.
|
||||||
|
|
||||||
## How to start?
|
## How to start?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue