Merge pull request #39 from mfn/patch-1
docs: string require double quotes
This commit is contained in:
commit
b7ec6014aa
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,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…
Reference in a new issue