From 9d70a46c5d711fe7ad85b0471209518006bbdc60 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 5 Jun 2026 20:38:49 +0530 Subject: [PATCH] fix: correct project name capitalization in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ade7d7a..0f8bd35 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,10 @@ npm run preview # preview the production build locally ## Project Structure ``` -herstack/ -├── public/ # Static assets (favicon, images) + + +HerStack/ +├── public/ # Static assets (favicon, images) ├── src/ │ ├── components/ # One file per section of the page │ │ ├── Nav.jsx