From 0e5b87611715aaef4bc64c08204387e515520559 Mon Sep 17 00:00:00 2001 From: eschao Date: Wed, 13 Dec 2017 11:09:01 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0c44e..098a07c 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Examples: Log Log `json:"log" yaml:"log" env:"DB_LOG_" cli:"log database log configurations"` } ``` -Then, you can parse them like below: +Then, you can parse as below: ```golang dbConfig := Database{} @@ -251,3 +251,6 @@ Then, you can parse them like below: You don't need call all of them. Invokes parsing function that your need. +## License +This project is licensed under the Apache License Version 2.0. +