Fix typo in README.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 12 May 2014 21:13:39 +0000 (22:13 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 12 May 2014 21:13:39 +0000 (22:13 +0100)
README

diff --git a/README b/README
index affc5fe..8e958f4 100644 (file)
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ Example commands
 Since the mclu cluster is based on an ansible "hosts group", you can
 also issue ansible commands, eg:
 
-   ansible cluster -u root -a "yum -y update"   Upgrade all nodes in the cluster
+   ansible cluster -u root -a "yum -y update"   Update all nodes in the cluster
    ansible cluster -m ping                      Ping all nodes
 
 Configuration notes