fix: address santa-loop review findings (round 1)

Update remaining old-name references in body text:
- ARCHITECTURE.md:219 directory layout: languard-server-manager/ → languard-servers-manager/
- IMPLEMENTATION_PLAN.md:405 setup instructions: cd languard-server-manager → cd languard-servers-manager
This commit is contained in:
Khoa (Revenovich) Tran Gia
2026-04-16 14:04:57 +07:00
parent 473f585391
commit a60b94c20c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Languard Server Manager — Implementation Plan
# Languard Servers Manager — Implementation Plan
## Prerequisites
@@ -402,7 +402,7 @@ Verify React app can:
```bash
# 1. Clone repo
git clone <repo>
cd languard-server-manager
cd languard-servers-manager
# 2. Backend
cd backend