@@ -5,7 +5,7 @@ MongoDB PHP Library
55.. default-domain:: mongodb
66
77The |php-library| provides a high-level abstraction around the lower-level
8- `PHP Driver <https://php.net/mongodb>`_, also known as the ``mongodb``
8+ `PHP driver <https://php.net/mongodb>`_, also known as the ``mongodb``
99extension.
1010
1111While the ``mongodb`` extension provides a limited API for executing commands,
@@ -18,11 +18,11 @@ collection management.
1818If you are developing a PHP application with MongoDB, you should consider using
1919this library, or another high-level abstraction, instead of the extension alone.
2020
21- For additional information about the MongoDB PHP Library and the ``mongodb``
22- extension, see the `Architecture Overview
23- <http://php.net/manual/en/mongodb.overview.php>`_ article in the extension
24- documentation. `Derick Rethans <http://derickrethans.nl/>`_ has also written a
25- series of blog posts entitled *New MongoDB Drivers for PHP and HHVM*:
21+ For additional information about this library and the ``mongodb`` extension, see
22+ the `Architecture Overview <http://php.net/manual/en/mongodb.overview.php>`_
23+ article in the extension documentation. `Derick Rethans
24+ <http://derickrethans.nl/>`_ has also written a series of blog posts entitled
25+ *New MongoDB Drivers for PHP and HHVM*:
2626
2727- `Part One: History <https://derickrethans.nl/new-drivers.html>`_
2828
0 commit comments