Commit 5daaa00c87bd5737f09319c28ae8cfd720c06ff0

Authored by Vasiliy Ermolovich
2 parents d3e0dc13 69c599a1
Exists in master and in 1 other branch production

Merge pull request #359 from danielbayerlein/fix-readme-mistake

[README] To substitute mongodb by mongodb-10gen. [ci skip]
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -87,7 +87,7 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at
87 87  
88 88 ```bash
89 89 apt-get update
90   -apt-get install mongodb
  90 +apt-get install mongodb-10gen
91 91 ```
92 92  
93 93 * Install libxml and libcurl
... ...