From 9cae69246e748e59b6b033511da73e6b73e3f2be Mon Sep 17 00:00:00 2001 From: mandan2 Date: Tue, 28 May 2024 19:17:59 +0300 Subject: [PATCH] readme fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8e9437..0a85ff4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ composer require mandan2/prestashop-module-testing-database To create a clone database, run the following command in your terminal from module's main dir: ```bash -php vendor/prestashop-module-testing-database/CreateTestDatabase.php +php vendor/mandan2/prestashop-module-testing-database/CreateTestDatabase.php ``` ### Using the Clone Database @@ -33,7 +33,7 @@ php vendor/prestashop-module-testing-database/CreateTestDatabase.php To switch to the clone database, use the following command from module's main dir: ```bash -php vendor/prestashop-module-testing-database/UseTestDatabase.php +php vendor/mandan2/prestashop-module-testing-database/UseTestDatabase.php ``` ### Using the Original Database @@ -41,7 +41,7 @@ php vendor/prestashop-module-testing-database/UseTestDatabase.php To revert to the original database, use the following command from module's main dir: ```bash -php vendor/prestashop-module-testing-database/UseOriginalDatabase.php +php vendor/mandan2/prestashop-module-testing-database/UseOriginalDatabase.php ``` ### Integration