You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2016/11/30 17:41:11 UTC

[2/2] couchdb-mango git commit: Tiny improvements for test README

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/master
Commit: d8792e40ffabf0581ce48600abcf286f57c2dfd6
Parents: 30b3696
Author: katsel <ka...@users.noreply.github.com>
Authored: Tue Oct 11 12:41:27 2016 +0200
Committer: Nick Vatamaniuc <va...@apache.org>
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