Skip to content

Commit 19119c1

Browse files
committed
Fix command to start PHP in-dev server in doc.
1 parent c4fbc5c commit 19119c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more informations about the installation process using the CLI, you can cons
3131

3232
### How to run Magento
3333

34-
Example usage: ```php -S 127.0.0.1:8082 -t ./pub/ ./phpserver/router.php```
34+
Example usage: ```php -S 127.0.0.1:8082 -t ./pub/ ../phpserver/router.php```
3535

3636
### What exactly the script does
3737

0 commit comments

Comments
 (0)