From 5365482a96de50d5c84ea8a85612a2a0419f99b3 Mon Sep 17 00:00:00 2001 From: coool9 <57592164+coool9@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:55:05 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3acff6eaecc..f79fafe60df 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This monorepo contains the web services and documentation for open.mp and SA-MP. To work on the frontend, you mostly only need to focus on the `frontend/` directory. Run `npm` commands in there such as `npm run dev`. See the readme file in there for more details. -The only files that the frontend need that _are not_ in that directory are `docs/` which it uses to for the https://open.mp/docs pages. `.env` is not used for frontend development. +`.env` is not used for frontend development. ## Backend/Full Stack Development