Skip to content

Commit f43e07b

Browse files
committed
Fix extension name -- and recommend the developers flags
1 parent 60fdf52 commit f43e07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to PHongo
1+
# Contributing to pecl/MongoDB
22

33

44
## Building from VCS
@@ -11,7 +11,7 @@ $ git clone https://github.com/10gen-labs/mongo-php-driver-prototype.git phongo
1111
$ cd phongo
1212
$ git submodule update --init
1313
$ phpize
14-
$ ./configure
14+
$ ./configure --enable-developer-flags
1515
$ make -j8 all
1616
```
1717

0 commit comments

Comments
 (0)