diff --git a/distros/redhat/README.CentOS b/distros/redhat/README.CentOS
index 18d18eaca..0384622eb 100644
--- a/distros/redhat/README.CentOS
+++ b/distros/redhat/README.CentOS
@@ -57,17 +57,17 @@
      grant alter on zm.* to
      'zmuser'@localhost identified by 'zmpass';
 
-   Since this is an upgrade, the assumption is that the zmuser account already has
-   select, insert, update, and delete permission.
+   Since this is an upgrade, the assumption is that the zmuser account already
+   has select, insert, update, and delete permission.
    
-2. You will need to upgrade the ZoneMinder database as described in the
-   manual. Only if the previous step was succesful, may you run zmupdate like so:
+2. You will need to upgrade the ZoneMinder database as described in the manual.
+   Only if the previous step was succesful, may you run zmupdate like so:
    
     sudo zmupdate.pl --version=<from version>
    
    
    If unsure then run it this way:
 
-    sudo zmupdate.pl --user=root --pass=<mysql_root_pwd> --version=<from version>
+   sudo zmupdate.pl --user=root --pass=<mysql_root_pwd> --version=<from version>