small gha workflow improvement
[plcapi.git] / INSTALL.md
index d1dd2eb..8595c3a 100644 (file)
@@ -8,11 +8,10 @@ The following requirements should be met prior to using 'XMLRPC for PHP':
 
 * PHP 5.3.0 or later
 
-* the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to
-  communicate with remote servers
+* the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to communicate with remote servers
 
-The php "xmlrpc" native extension is not required, but if it is installed,
-there will be no interference with the operation of this library.
+The php "xmlrpc" native extension is not required, but if it is installed, there will be no interference with the
+operation of this library.
 
 
 Installation instructions