diff --git a/octane.md b/octane.md index d6d6d109e7b..706e2d869c0 100644 --- a/octane.md +++ b/octane.md @@ -99,7 +99,7 @@ chmod +x ./rr If you plan to use the Swoole application server to serve your Laravel Octane application, you must install the Swoole PHP extension. Typically, this can be done via PECL: ```bash -pecl install swoole +pecl install openswoole ```