libraries/nini: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 15:50:38 -04:00
parent 2eb29f9851
commit 4380fbc14e

View file

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