From 055cc5a25750364559142cd4e3e6c9e70a133036 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 17:23:51 +0100 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index e47afca..7a54bb7 100644 --- a/README.MD +++ b/README.MD @@ -52,5 +52,5 @@ Test if you were successfull with: ``````` Import the empty database like this: ````` -# mysql -u usertable --password=password < usertable.sql +# mysql -u usertable --password=password usertable < usertable.sql ```````