summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 18:11:00 +0100
committer B. Watson2022-03-17 17:38:15 +0100
commit1c8ecb16a64de8625269887742054bc3a38e1249 (patch)
treee3f067172eb53e03c2dbc62fa92a66d14f444822
parent7932ac3444d782eac51c8801f7a7cac2b2c4db5a (diff)
downloadslackbuilds-1c8ecb16a64de8625269887742054bc3a38e1249.tar.gz
system/zookeeper: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--system/zookeeper/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/zookeeper/README b/system/zookeeper/README
index ed9fb00d94..d1763b0ead 100644
--- a/system/zookeeper/README
+++ b/system/zookeeper/README
@@ -1,6 +1,6 @@
ZooKeeper is a centralized service for maintaining configuration
-information, naming, providing distributed synchronization, and providing
-group services.
+information, naming, providing distributed synchronization, and
+providing group services.
All of these kinds of services are used in some form or another by
distributed applications. Each time they are implemented there is a