From ff7931b2623ae41d1c2d5a028e469c84ac62a346 Mon Sep 17 00:00:00 2001 From: Amrit Man Shrestha <1658188+amritms@users.noreply.github.com> Date: Sun, 30 Dec 2018 18:26:28 +0545 Subject: [PATCH 1/3] Update README.md removes extra dot on "How to run Magento" --- phpserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpserver/README.md b/phpserver/README.md index 6bb814fe5f5f2..63436c8af7883 100644 --- a/phpserver/README.md +++ b/phpserver/README.md @@ -31,7 +31,7 @@ For more informations about the installation process using the CLI, you can cons ### How to run Magento -Example usage: ```php -S 127.0.0.1:8082 -t ./pub/ ../phpserver/router.php``` +Example usage: ```php -S 127.0.0.1:8082 -t ./pub/ ./phpserver/router.php``` ### What exactly the script does From 476206ce2deb11f8c84566c170c7c7ebfe789cf5 Mon Sep 17 00:00:00 2001 From: Amrit Man Shrestha <1658188+amritms@users.noreply.github.com> Date: Sun, 13 Jan 2019 22:05:12 +0545 Subject: [PATCH 2/3] Update README.md --- phpserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpserver/README.md b/phpserver/README.md index 563d2ed7c9fc9..484c3c8fdb8cb 100644 --- a/phpserver/README.md +++ b/phpserver/README.md @@ -31,7 +31,7 @@ For more informations about the installation process using the CLI, you can cons ### How to run Magento -Example usage: ```php -S 127.0.0.1:8082 -t ./pub/ ./phpserver/router.php``` +Example usage: ```php -S 127.0.0.1:8082 -t ./pub/ ./phpserver/router.php``` ### What exactly the script does From 233391b7e423a93b3711b45bc99eb12d30500db7 Mon Sep 17 00:00:00 2001 From: Amrit Man Shrestha <1658188+amritms@users.noreply.github.com> Date: Sun, 13 Jan 2019 22:50:44 +0545 Subject: [PATCH 3/3] Update README.md --- phpserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpserver/README.md b/phpserver/README.md index 484c3c8fdb8cb..563d2ed7c9fc9 100644 --- a/phpserver/README.md +++ b/phpserver/README.md @@ -31,7 +31,7 @@ For more informations about the installation process using the CLI, you can cons ### How to run Magento -Example usage: ```php -S 127.0.0.1:8082 -t ./pub/ ./phpserver/router.php``` +Example usage: ```php -S 127.0.0.1:8082 -t ./pub/ ./phpserver/router.php``` ### What exactly the script does