diff --git a/README.md b/README.md index 7ec2147219..16e6e756e8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Once installed, you can test it out immediately using PHP's built-in web server: $ cd path/to/install $ php -S 0.0.0.0:8080 -t public/ public/index.php # OR use the composer alias: -$ composer serve +$ composer run --timeout 0 serve ``` This will start the cli-server on port 8080, and bind it to all network