From 8913c95b4185644daf1f9968944ed353a31d52b8 Mon Sep 17 00:00:00 2001 From: Murat K Ozcan <34237651+muratkeremozcan@users.noreply.github.com> Date: Thu, 20 Nov 2025 15:26:50 -0600 Subject: [PATCH] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e8e68b..0c64ce83 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ For contributors working on the BMad codebase: npm test # Development commands -npm run lint:fix # Check code style +npm run lint:fix # Fix code style npm run format:fix # Auto-format code npm run bundle # Build web bundles ```