Skip to content

Commit 93c358f

Browse files
authored
Fix wording in contributing docs
1 parent 5e1fbe1 commit 93c358f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Contributing to the PHP Driver for MongoDB
22

3-
## Building from VCS (GitHub)
3+
## Building from Source
44

55
Developers who would like to contribute to the driver will need to build it from
6-
VCS. The repository may be initialized with:
6+
source. The repository may be initialized with:
77

88
```
99
$ git clone https://github.com/mongodb/mongo-php-driver.git
@@ -23,9 +23,9 @@ make clean > /dev/null && make all > /dev/null && make install
2323

2424
## Testing
2525

26-
The test suites expects to find `PHONGO-SERVERS.json` in the system temp
27-
directory (e.g. `/tmp`). This file should contain JSON object with MONGODB URIs,
28-
similar to the following template:
26+
The test suite expects to find `PHONGO-SERVERS.json` in the system temp
27+
directory (e.g. `/tmp`). This file should contain a JSON object with MongoDB
28+
URIs and resemble the following:
2929

3030
```
3131
{
@@ -57,9 +57,8 @@ $ make test-bootstrap # Starts the mongod servers within the test VM
5757
```
5858

5959
The `test-bootstrap` make target also generates the required
60-
`PHONGO-SERVERS.json` file.
61-
62-
The `test` make target may be used to execute the test suite:
60+
`PHONGO-SERVERS.json` file. The `test` make target may be used to execute the
61+
test suite:
6362

6463
```
6564
$ make test # Executes the test suite against the VMs

0 commit comments

Comments
 (0)