From 42df559d3c91a8ef34f2f389481f7a98acfbf6c9 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 11 Nov 2025 19:52:12 +0100 Subject: [PATCH] docs: update how to open 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 b744e78f..87daf532 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -43,7 +43,7 @@ ### Run - **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). +- **Demo:** Open the root directory served by the web server in a browser. This should call the index.php in the repositories root directory. ### Test