From 5b51cc8ea71c0a0e576b96aeff286f0bd3aea0b0 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Sat, 19 Mar 2016 15:37:33 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 157f4ca..9e50562 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,14 @@ end ws "/socket" do |socket| socket.send "Hello from Kemal!" end + +Kemal.run ``` -Build and run! +Start your application! ``` -crystal run src/kemal_sample.cr +crystal src/kemal_sample.cr ``` Go to *http://localhost:3000*