Update README.md

This commit is contained in:
Serdar Dogruyol 2016-03-19 15:37:33 +02:00
parent fd904cd98d
commit 5b51cc8ea7
1 changed files with 4 additions and 2 deletions

View File

@ -23,12 +23,14 @@ end
ws "/socket" do |socket| ws "/socket" do |socket|
socket.send "Hello from Kemal!" socket.send "Hello from Kemal!"
end 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* Go to *http://localhost:3000*