From 248bb94f60b5f31f4fc254d910fb7815f6b644d8 Mon Sep 17 00:00:00 2001 From: Melvin Jones Gallano Repol Date: Sat, 17 Aug 2024 06:36:55 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caeb1dd6..d5a7f5fe 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # mrepol742.github.io This is where i showcase my projects, landing pages, tools and other awesome things. -## Server +## Start ```bash -python3 -m http.server && chrome http://0.0.0.0:8000 +php -S localhost:8000 ``` ## Contribute