diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:27:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:27:49 -0400 |
commit | f054c825c191afb436e5d511976cc4f639bfbad0 (patch) | |
tree | 867a91d90d9a0af4d896f899af4fc7a1e525acf5 | |
parent | a14fb9c65aefd6392e67fc627fb75d3550fca653 (diff) |
libraries/edelib: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/edelib/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/edelib/README b/libraries/edelib/README index 8b02dcf27abd..4c9a39e1d501 100644 --- a/libraries/edelib/README +++ b/libraries/edelib/README @@ -1,3 +1,3 @@ -edelib is small and portable C++ library for EDE (Equinox Desktop Environment). -Aims are to provide enough background for easier EDE components construction -and development. +edelib is small and portable C++ library for EDE (Equinox Desktop +Environment). Aims are to provide enough background for easier EDE +components construction and development. |