Index: /trunk/roundcubemail/INSTALL
===================================================================
--- /trunk/roundcubemail/INSTALL	(revision 220)
+++ /trunk/roundcubemail/INSTALL	(revision 221)
@@ -40,5 +40,5 @@
 
 # mysql
-> create database 'roundcubemail';
+> CREATE DATABASE 'roundcubemail';
 > GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost
         IDENTIFIED BY 'password';
@@ -48,5 +48,5 @@
 For MySQL version 4.1 and up, it's recommended to create the database for
 RoundCube with the following command:
-> CREATE DATABASE `roundcube` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
+> CREATE DATABASE 'roundcubemail' DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
 
