diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:50:38 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:50:38 -0400 |
commit | 4380fbc14e61e76e9bd3b54d0409eea00e549747 (patch) | |
tree | 2aabb5467a6469b82879ee9ed2565062514c39cc /libraries/nini | |
parent | 2eb29f9851bcdbd34bd12e4ba2b32ba5f3490439 (diff) |
libraries/nini: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/nini')
-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 cdc50d60ce84..d7592843c7fd 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. |