Added require statement to sample
This commit is contained in:
parent
5749a7db60
commit
4ba6e9d0e5
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ Kemal is under heavy development and currently supports Crystal 0.9.0.
|
||||||
# Super Simple <3
|
# Super Simple <3
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
require "kemal"
|
||||||
|
|
||||||
get "/" do
|
get "/" do
|
||||||
"Hello World!"
|
"Hello World!"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue