From 4f64ad3b12520cdb8fd7d298aedd24c025f6afb0 Mon Sep 17 00:00:00 2001 From: rugk Date: Sun, 2 Nov 2025 17:49:26 +0100 Subject: [PATCH] docs: remove wrong public dir advise Co-authored-by: El RIDO --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 4b25cfca..b744e78f 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -42,7 +42,7 @@ ### Run -- **PHP Server Mode:** Use Apache/Nginx with PHP, pointing the web root to the repo root or the `public/` directory (if present). +- **PHP Server Mode:** Use Apache/Nginx with PHP, pointing the web root to the repo root. - **Demo:** Open `index.php` in a browser (via your web server). ### Test