From 39b02fa80e7716dc8612c451675d82c56949d08f Mon Sep 17 00:00:00 2001 From: Tuhin Bepari Date: Tue, 2 Apr 2024 12:45:02 +0600 Subject: [PATCH] ReadMe updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74c0519..6db539d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ php bin/console doctrine:database:create **Step 3**: Lets run the migrations. ``` -php bin/console doctrine:migrations:migrate +php bin/console doctrine:schema:update -f php bin/console doctrine:fixtures:load ```