typos
[mdref/mdref-http] / http.md
diff --git a/http.md b/http.md
index f439b0d281fd2bcbace3fbb48534385b5412d6ee..a2d427b816702d57235aa9133b08d4ad24970373 100644 (file)
--- a/http.md
+++ b/http.md
@@ -2,7 +2,7 @@
 
 > **Note:** This documentation is work-in-progress.
 
-## About
+## About:
 
 Extended HTTP support. Again. Keep in mind that it's got the major version 2, because it's incompatible with pecl_http v1.
 
@@ -13,6 +13,12 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
 * Errors triggered by the extension can be configured statically by http\Object::$defaultErrorHandling or inherited http\Object->errorHandling.
 * The request ecosystem has been modularized to support different libraries, though for the moment only libcurl is supported.
 
+## Installation:
+
+This extension is hosted at PECL (<http://pecl.php.net>) and can be installed eith PEAR's pecl command:
+
+    # pecl install pecl_http
+
 ## INI Directives:
 
 * http.etag.mode = "crc32b"