Tiny improvements for test README
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/d8792e40 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/d8792e40 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mango/diff/d8792e40 Branch: refs/heads/upstream Commit: d8792e40ffabf0581ce48600abcf286f57c2dfd6 Parents: 30b3696 Author: katsel <[email protected]> Authored: Tue Oct 11 12:41:27 2016 +0200 Committer: Nick Vatamaniuc <[email protected]> Committed: Wed Nov 30 12:40:43 2016 -0500 ---------------------------------------------------------------------- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mango/blob/d8792e40/test/README.md ---------------------------------------------------------------------- diff --git a/test/README.md b/test/README.md index ed9e0fc..fc2cd62 100644 --- a/test/README.md +++ b/test/README.md @@ -1,9 +1,9 @@ Mango Tests =========== -CouchDB should be started with ./dev/run -a testuser:testpass. +CouchDB should be started with `./dev/run -a testuser:testpass`. -To run these, do this in the top level directory: +To run these, do this in the Mango top level directory: $ virtualenv venv $ source venv/bin/activate
