Skip to content

Commit 293665f

Browse files
committed
minor: updated README
1 parent 6d59558 commit 293665f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rdoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ Then you can install the mongo gem as follows:
3030

3131
$ gem install mongo
3232

33-
For a significant performance boost, you should also install the driver's C
33+
The driver also requires the BSON gem:
34+
35+
$ gem install bson
36+
37+
And for a significant performance boost, you'll want to install the C extensions:
3438
extensions:
3539

36-
$ gem install mongo_ext
40+
$ gem install bson_ext
3741

3842
=== From the GitHub source
3943

@@ -274,7 +278,7 @@ Random cursor fun facts:
274278
= Testing
275279

276280
If you have the source code, you can run the tests. There's a separate rake task for testing with
277-
the mongo_ext C extension enabled.
281+
the bson_ext C extension enabled.
278282

279283
$ rake test:c
280284

0 commit comments

Comments
 (0)