Updated README
This commit is contained in:
parent
d0c87f23d1
commit
4f3245e22e
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -4,6 +4,16 @@
|
|||
|
||||
Kemal is under heavy development and currently supports Crystal 0.9.0.
|
||||
|
||||
# Super Simple <3
|
||||
|
||||
```ruby
|
||||
get "/" do
|
||||
"Hello World!"
|
||||
end
|
||||
```
|
||||
|
||||
Go to *http://localhost:3000*
|
||||
|
||||
# Installation
|
||||
|
||||
Add it to your ```shard.yml```
|
||||
|
|
Loading…
Reference in a new issue