From 181be922b701422b2e59931f760867d46fbe75fc Mon Sep 17 00:00:00 2001
From: Gottfried Gaisbauer <gogo@servus.at>
Date: Wed, 14 Mar 2018 15:13:54 +0100
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index ecff804..c5a84e7 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,9 @@ git clone https://gitlab.servus.at/autoradio/engine
 
 mysql -u root -p
 
-CREATE DATABASE aura_engine CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
-CREATE USER 'aura'@'localhost' IDENTIFIED BY 'secure-password';
-GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';
+CREATE DATABASE aura_engine CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;  
+CREATE USER 'aura'@'localhost' IDENTIFIED BY 'secure-password';  
+GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';  
 
 #### Files
 
-- 
GitLab