Skip to content

Commit

Permalink
MAGETWO-40675: Add router.php for php Built-in webserver #1517
Browse files Browse the repository at this point in the history
- fixed grammar in readme
  • Loading branch information
Ivan Gavryshko committed Jul 27, 2015
1 parent 1dfa084 commit 676a073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Without a router script, that is not possible via the php built-in server.

example usage: ```php -S 127.0.0.41:8082 -t ./pub/ ./phpserver/router.php```

### What exactly does the script
### What exactly the script does

first we have an low level `$debug` closure, for the case you need to debug execution.

Expand Down

0 comments on commit 676a073

Please sign in to comment.