Merge pull request #6 from bamchoh/patch-2
string literal needs double quotation
This commit is contained in:
commit
95ee4414f6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ parses this config file:
|
||||||
|
|
||||||
```
|
```
|
||||||
[server]
|
[server]
|
||||||
host = www.example.com
|
host = "www.example.com"
|
||||||
port = 80
|
port = 80
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue