From 52189a41218f1549ede21a52fc807a2ab346ead5 Mon Sep 17 00:00:00 2001 From: Damien Wilson Date: Sat, 7 Oct 2023 08:52:02 +0100 Subject: [PATCH] Explanation fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7fcdf5..f92e839 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ to flow, as and when they are provided. ### Artisan serve -Laravel comes with a built-in server. It's possible therefore to launch an application locally, although, this is -discouraged. However, for completeness, you could use this command to launch a local server: +Laravel comes with a built-in server. It's possible therefore to launch an application locally using this, although, +this is discouraged. However, for completeness, you could use this command to launch a local server: ```bash php artisan serve