Fix mistakenly changed MongoDB version

This commit is contained in:
Sylvain Bellemare 2017-07-06 13:18:52 +02:00 committed by Sylvain Bellemare
parent 23d0994579
commit c80ba6f3b5

View File

@ -4,7 +4,7 @@ This page has instructions to set up a single stand-alone BigchainDB node for le
A. Install MongoDB as the database backend. (There are other options but you can ignore them for now.)
[Install MongoDB Server 3.5+](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/)
[Install MongoDB Server 3.4+](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/)
B. Run MongoDB. Open a Terminal and run the command:
```text