You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/07/22 00:40:24 UTC

[pulsar] branch master updated: Update README documentation (#4773)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 86a3bc5  Update README documentation (#4773)
86a3bc5 is described below

commit 86a3bc5f80f35c4cf5630628ff684a947bf78246
Author: Eren Avsarogullari <er...@gmail.com>
AuthorDate: Mon Jul 22 01:40:18 2019 +0100

    Update README documentation (#4773)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 706980e..a7e340d 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ $ mvn test
 Run Individual Unit Test:
 
 ```bash
-cd related-module (e.g: pulsar-client)
+$ cd module-name (e.g: pulsar-client)
 $ mvn test -Dtest=unit-test-name (e.g: ConsumerBuilderImplTest)
 ```