From 922c24e5e8ef4bbb924fea6d702c5cc60ed33ec9 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 15:40:36 -0400 Subject: [PATCH] libraries/libmusicbrainz5: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/libmusicbrainz5/README | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libraries/libmusicbrainz5/README b/libraries/libmusicbrainz5/README index 17ce9156b9..18a1230e64 100644 --- a/libraries/libmusicbrainz5/README +++ b/libraries/libmusicbrainz5/README @@ -1,10 +1,10 @@ -The MusicBrainz Client Library (libmusicbrainz), also known as mb_client, is a -development library geared towards developers who wish to add MusicBrainz -lookup capabilities to their applications. +The MusicBrainz Client Library (libmusicbrainz), also known as +mb_client, is a development library geared towards developers who wish +to add MusicBrainz lookup capabilities to their applications. -Note: Version 5.x and greater support the latest version of the MusicBrainz -web service and are not backwards compatible with earlier versions. As of -2011, version 3.x and below have been deprecated. +Note: Version 5.x and greater support the latest version of the +MusicBrainz web service and are not backwards compatible with earlier +versions. As of 2011, version 3.x and below have been deprecated. -It is safe to have versions 2.x, 3.x, and 5.x on the same system as they don't -conflict with each other. +It is safe to have versions 2.x, 3.x, and 5.x on the same system as +they don't conflict with each other.