summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:43:51 +0100
committer B. Watson2022-03-13 20:43:51 +0100
commited014eaa52cc05fe329a8aebfcf24096ab8f1c20 (patch)
tree4dcb83c079b7f450d5ae19f33105a55ad8a7eeea
parent3c6e308c5c6217835e082bf1ce1bb9cf3e565b1b (diff)
downloadslackbuilds-ed014eaa52cc05fe329a8aebfcf24096ab8f1c20.tar.gz
libraries/libshout: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--libraries/libshout/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libshout/README b/libraries/libshout/README
index 0569bed81e..bfdb97e70d 100644
--- a/libraries/libshout/README
+++ b/libraries/libshout/README
@@ -2,8 +2,8 @@ Libshout is a library for communicating with and sending data to an
icecast server. It handles the socket connection, the timing of the
data, and prevents bad data from getting to the icecast server.
-With just a few lines of code, a programmer can easily turn any application
-into a streaming source for an icecast server. Libshout also allows
-developers who want a specific feature set (database access, request taking)
-to concentrate on that feature set, instead of worrying about how server
-communication works.
+With just a few lines of code, a programmer can easily turn any
+application into a streaming source for an icecast server. Libshout
+also allows developers who want a specific feature set (database
+access, request taking) to concentrate on that feature set, instead of
+worrying about how server communication works.