From 5b5a6008f720262018f93ff8633e3b512bad371d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C5=9Fk=C4=B1n=20Gedik?= Date: Sun, 27 Dec 2015 20:19:05 +0200 Subject: [PATCH] Update rest.md --- _docs/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/rest.md b/_docs/rest.md index d9868f3..5479758 100644 --- a/_docs/rest.md +++ b/_docs/rest.md @@ -5,7 +5,7 @@ title: Restful Web Services You can handle HTTP methods as easy as writing method names and the route with a code block. Kemal will handle all the hard work. -``` +```ruby get "/" do .. show something .. end