Skip to content

Commit cec3a87

Browse files
committed
Wording tweaks after review
1 parent d90f10b commit cec3a87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://api.travis-ci.org/mongodb/mongo-php-driver.png?branch=master)](https://travis-ci.org/mongodb/mongo-php-driver)
44
[![Coverage Status](https://coveralls.io/repos/mongodb/mongo-php-driver/badge.svg?branch=master&service=github)](https://coveralls.io/github/mongodb/mongo-php-driver?branch=master)
55

6-
This is the low-level PHP driver for MongoDB. It implements the same interface
6+
This is the low-level PHP driver for MongoDB. The API is the same
77
as the HHVM driver for MongoDB. The documentation for both of them is the same,
88
and can be found at http://docs.php.net/manual/en/set.mongodb.php
99

@@ -14,9 +14,9 @@ have been split out into a layer written in PHP, the
1414
Using this library should be your preferred way of interacting with MongoDB.
1515

1616
Please note that the new HHVM and PHP drivers implement a **different API**
17-
from the legacy driver at http://pecl.php.net/package/mongo, and hence, you
18-
will find it hard for other libraries like
19-
[Doctrine MongoDB's ODM](http://doctrine-mongodb-odm.readthedocs.org/en/latest/)
17+
from the legacy driver at http://pecl.php.net/package/mongo; therefore
18+
existing libraries that use the legacy driver (e.g.
19+
[Doctrine MongoDB's ODM](http://doctrine-mongodb-odm.readthedocs.org/en/latest/))
2020
will not work with the new drivers.
2121

2222
In the long run, we hope that userland packages will be built atop this driver
@@ -38,7 +38,7 @@ $ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed
3838
```
3939

4040
We recommend using this extension in conjunction with our
41-
[userland library](https://github.com/mongodb-labs/mongo-php-library-prototype),
41+
[userland library](https://github.com/mongodb/mongo-php-library),
4242
which is distributed as
4343
[mongodb/mongodb](https://packagist.org/packages/mongodb/mongodb) for Composer.
4444

0 commit comments

Comments
 (0)