From 7ffce83f126e9ea8d40c2c28dfc1fd9b264f35d9 Mon Sep 17 00:00:00 2001 From: TELVIN TEUM Date: Wed, 12 Aug 2026 13:31:40 +0300 Subject: [PATCH] Correct typo in README for production build command Fix typo in production build command section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c921f07..a924926 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ src/ - Backend: `cd backend && cargo test` (validation and slug-generation unit tests) and `cargo check`. - Frontend: `npm test` (CRA test runner) and `npx tsc --noEmit` for type checking. -- Production build: `npm run build`. +- Production build: `npm run build`.. ## Environment variables