Update Quickstart with requested changes

addition of 'but' 
removal trailing phrase inside parentheses
Url replaced with URL as it's still an acronym so it's written with capital letters
This commit is contained in:
michielmulders 2017-08-01 13:40:38 +02:00 committed by GitHub
parent 21142f1ea0
commit b7426e52b2

View File

@ -16,7 +16,7 @@ C. Assign rwx(read/write/execute) permissions to the user for default database d
$ sudo chmod -R 700 /data/db
```
D. Run MongoDB (do not close this terminal):
D. Run MongoDB (but do not close this terminal):
```text
$ sudo mongod --replSet=bigchain-rs
```
@ -57,7 +57,7 @@ I. Run BigchainDB Server:
$ bigchaindb start
```
J. Verify BigchainDB Server setup by visiting the BigchainDB Root Url in your browser (if not changed during installation):
J. Verify BigchainDB Server setup by visiting the BigchainDB Root URL in your browser:
```text
$ http://127.0.0.1:9984/
```