diff --git a/README.md b/README.md index 4c3127c..f5ea18e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # GodelTech.Extensions.Configuration -Library contains configuration extensions. +## Description +GodelTech.Extensions.Configuration is a .NET library that provides extensions for configuration management. ## GetProjectPath This method allows to get project path. ```c# public static string GetProjectPath(string projectRelativePath, Assembly startupAssembly) -``` \ No newline at end of file +``` + +## License +This project is licensed under the MIT License. See the LICENSE file for more details. \ No newline at end of file