Skip to content

Commit f3467d2

Browse files
authored
Improve readme (#2)
1 parent 4c23d80 commit f3467d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Start a [PHP server](https://php.net/manual/en/features.commandline.webserver.php)
44
5-
Uses the PHP built-in server, which is meant for development use, not for production.
5+
Uses PHP's built-in development web server (not for production use).
66

77
The Node.js process is automatically kept alive as long as the PHP server is running.
88

@@ -106,7 +106,7 @@ if (preg_match('/\.(?:png|jpg|jpeg|gif)$/', $_SERVER["REQUEST_URI"])) {
106106
##### binary
107107

108108
Type: `string`<br>
109-
Default: `'php'`
109+
Default: `'php'` *(The one in your `$PATH`)*
110110

111111
Path to the PHP binary.
112112

0 commit comments

Comments
 (0)