From d98c208df9dc12976f76d7e1d9516e6536b34ff6 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Sat, 28 Dec 2024 22:27:24 +0100 Subject: [PATCH] Edited: README.md - start local server in correct folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94b7660..04e0f13 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ define('DB_NAME', 'your db name'); 3. Start an local web server - You can use php's integrated server by running this: ```bash -php -S localhost:8000 +php -S localhost:8000 -t ./public ``` - You can use any host and any port you want.