notes
[mdref/mdref-raphf] / raphf.md
index 5b112a23d802fbe3c612b98d591f3a37b38a3a54..8e24927181e7aa70e97f44a7bb37329e7557ec1f 100644 (file)
--- a/raphf.md
+++ b/raphf.md
@@ -2,13 +2,11 @@
 
 ## About:
 
-The **"Resource and Persistent Handle Factory"** extension provides facilities to manage those in a convenient manner.
-
-> **Note:** This extension mostly only provides infrastructure for other extensions.
+The "Resource and Persistent Handle Factory" extension provides facilities to manage those in a convenient manner.
 
 ## Installation:
 
-This extension is hosted at PECL (<http://pecl.php.net>) and can be installed eith PEAR's pecl command:
+This extension is hosted at [PECL](http://pecl.php.net) and can be installed with [PEAR](http://pear.php.net)'s pecl command:
 
     # pecl install raphf
 
@@ -16,3 +14,9 @@ This extension is hosted at PECL (<http://pecl.php.net>) and can be installed ei
 
 * raphf.persistent_handle.limit = -1  
   The per process/thread persistent handle limit.
+
+## Internals:
+
+> ***NOTE:***  
+  This extension mostly only provides infrastructure for other extensions.
+  See the [API docs here](http://php.github.io/pecl-php-raphf/).