From cb54b752001a77ac9fdb02d588298cf6bbbe9245 Mon Sep 17 00:00:00 2001 From: Mehrab Date: Sat, 8 Apr 2023 14:39:23 +0330 Subject: [PATCH] fix: correct the octane start command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f8a1be..f7e4912 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ $ php artisan zagreus:load-permissions $ php artisan serve # Using Octane -$ php artisan octane:watch +$ php artisan octane:start --watch ``` 5. Enjoy :)