Update getting_started.md

This commit is contained in:
Aşkın Gedik 2015-12-28 19:01:13 +02:00
parent e1d7ff160c
commit 35d4bd43cc

View file

@ -47,7 +47,7 @@ Installing kemal (master)
Open `your_app/src/your_app.cr` and require `kemal` to use Kemal.
```ruby
require 'kemal'
require "kemal"
```
## 4. Hack your project