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. +