add API docs link
[mdref/mdref-propro] / propro.md
index a5ee6fe4eeb14ae95430e5347cc618762f9a90b7..48b78d42d229c95c61a2899555543503710fc809 100644 (file)
--- a/propro.md
+++ b/propro.md
@@ -4,13 +4,15 @@
 
 The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations.
 
-> **Note:** This extension mostly only provides infrastructure for other extensions.
+> ***NOTE:***
+  This extension mostly only provides infrastructure for other extensions.
+  See the [API docs here](http://php.github.io/pecl-php-propro/).
 
 See the php\PropertyProxy class, for the user-land visible part of the implementation.
 
 ## 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 propro