Fix username in README instructions

Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/b69bb7da
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/b69bb7da
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/b69bb7da

Branch: refs/heads/master
Commit: b69bb7dab3b858d65f70728d77de9d098a2b2414
Parents: 3349b9a
Author: Todd Lipcon <t...@cloudera.com>
Authored: Tue Aug 23 12:11:03 2016 -0700
Committer: Todd Lipcon <t...@cloudera.com>
Committed: Tue Aug 23 12:11:53 2016 -0700

----------------------------------------------------------------------
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/b69bb7da/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 82438fd..3e4e3af 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,10 @@ download and setup the VM. Simply execute the following 
command:
 
     curl -s 
https://raw.githubusercontent.com/cloudera/kudu-examples/master/demo-vm-setup/bootstrap.sh
 | bash
 
-Once the setup is complete, you can ssh into the machine using
+Once the setup is complete, you can ssh into the machine using the username
+and password 'demo'.
 
-    ssh cloudera@quickstart.cloudera
+    ssh demo@quickstart.cloudera
 
 and you can access this directory containing the examples in the following
 location: `/media/sf_examples`.

Reply via email to