From b7426e52b207752d723f0710e96f457922f0904f Mon Sep 17 00:00:00 2001 From: michielmulders Date: Tue, 1 Aug 2017 13:40:38 +0200 Subject: [PATCH] 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 --- docs/server/source/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server/source/quickstart.md b/docs/server/source/quickstart.md index 0a8a1c71..49a1c94e 100644 --- a/docs/server/source/quickstart.md +++ b/docs/server/source/quickstart.md @@ -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/ ```