From 0f3fd86a7a845f90d05a89cee4843b43b47c492a Mon Sep 17 00:00:00 2001 From: coolhomfp <37742587+coolhomfp@users.noreply.github.com> Date: Thu, 18 Oct 2018 13:41:39 +0530 Subject: [PATCH] Update README.md I just found a syntax typo in mysql -uroot -p, I want to update it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326870b..60fbc27 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have MySQL installed on Mac may the force be with you. It comes pre My setup is to run: ``` -$ mysql -uroot -p +$ mysql -u root -p > create database MY_APP_NAME; $ php artisan make:model Article -m ```