You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Fine tuning on the PHP Built-in web server
4
4
5
-

5
+

6
6
7
7
## Installation
8
8
@@ -107,7 +107,7 @@ php-server --port 8081
107
107
Or, also with a different version of PHP than the default:
108
108
109
109
```sh
110
-
php-server --php php7.2 --port 8081
110
+
php-server --php php7.3 --port 8081
111
111
```
112
112
113
113
Right. You get the idea. If you want to run on a different host you can add the host to the [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) of your operating system.
0 commit comments