Skip to content

Commit 9c71b9c

Browse files
committed
Update install examples to mongodb-beta
1 parent 1903b72 commit 9c71b9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fast and powerful.
2424
To build and install the driver:
2525

2626
```
27-
$ pecl install mongodb-alpha
27+
$ pecl install mongodb-beta
2828
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
2929
```
3030

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ them using, for example, Composer.
2626

2727
To build and install the driver:
2828

29-
$ pecl install mongodb-alpha
29+
$ pecl install mongodb-beta
3030
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
3131

3232

0 commit comments

Comments
 (0)