mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Update getting_started.md
This commit is contained in:
parent
e1d7ff160c
commit
35d4bd43cc
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Installing kemal (master)
|
||||||
Open `your_app/src/your_app.cr` and require `kemal` to use Kemal.
|
Open `your_app/src/your_app.cr` and require `kemal` to use Kemal.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
require 'kemal'
|
require "kemal"
|
||||||
```
|
```
|
||||||
|
|
||||||
## 4. Hack your project
|
## 4. Hack your project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue