Merge pull request #6 from bamchoh/patch-2

string literal needs double quotation
This commit is contained in:
CK Tan 2018-01-04 03:14:59 -08:00 committed by GitHub
commit 95ee4414f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ parses this config file:
```
[server]
host = www.example.com
   host = "www.example.com"
port = 80
```