From 4ba6e9d0e54e27ce0bd020c28a443c38ea4e1d3e Mon Sep 17 00:00:00 2001 From: Sdogruyol Date: Sat, 24 Oct 2015 16:48:47 +0300 Subject: [PATCH] Added require statement to sample --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cee3b64..3bd6d10 100644 --- a/README.md +++ b/README.md @@ -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