diff options
-rw-r--r-- | libraries/nini/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libraries/nini/README b/libraries/nini/README index cdc50d60ce..d7592843c7 100644 --- a/libraries/nini/README +++ b/libraries/nini/README @@ -1,6 +1,7 @@ -Nini is an .NET configuration library which designed to help build highly -configurable applications quickly. Nini provides a solution that attempts to -eliminate the above problems. It provides a large feature set that gives you -functionality that you will use in every phase of your project, from concept -to mature product. This is accomplished through a simple, yet flexible, API -that provides an abstraction over the underlying configuration sources. +Nini is an .NET configuration library which designed to help build +highly configurable applications quickly. Nini provides a solution +that attempts to eliminate the above problems. It provides a large +feature set that gives you functionality that you will use in every +phase of your project, from concept to mature product. This is +accomplished through a simple, yet flexible, API that provides an +abstraction over the underlying configuration sources. |