Skip to content

Commit

Permalink
Merge pull request jinzhu#15 from challiwill/master
Browse files Browse the repository at this point in the history
Update README to reflect reality
  • Loading branch information
jinzhu authored Nov 11, 2016
2 parents 7de3b74 + 96b8714 commit afba9d6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ func main() {
With configuration file *config.yml*:

```yaml
APPName: test
appname: test

DB:
Name: test
User: test
Password: test
Port: 1234
db:
name: test
user: test
password: test
port: 1234

Contacts:
- Name: i test
Email: [email protected]
contacts:
- name: i test
email: [email protected]
```
# Advanced Usage
Expand Down

0 comments on commit afba9d6

Please sign in to comment.