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
|
||||
|
||||
```ruby
|
||||
require "kemal"
|
||||
|
||||
get "/" do
|
||||
"Hello World!"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue