Skip to content

Commit 0690308

Browse files
committed
Use lowercase when referring to library and driver
1 parent cc8948d commit 0690308

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MongoDB PHP Library
55
.. default-domain:: mongodb
66

77
The |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``
99
extension.
1010

1111
While the ``mongodb`` extension provides a limited API for executing commands,
@@ -18,11 +18,11 @@ collection management.
1818
If you are developing a PHP application with MongoDB, you should consider using
1919
this 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

Comments
 (0)