Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
asdine committed Jan 12, 2018
1 parent d62934d commit 48159b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cfg := Config{
Timeout: 5 * time.Second,
}

err := config.NewLoader().Load(context.Background(), &cfg)
err := confita.NewLoader().Load(context.Background(), &cfg)
```
## License
Expand Down

0 comments on commit 48159b6

Please sign in to comment.