From 01978ae29d43e1520dddfddcbaf391a8eed07b41 Mon Sep 17 00:00:00 2001 From: Owen Kent Date: Sun, 28 Jun 2026 14:19:38 -0600 Subject: [PATCH] docs: correct eslint config filename and alphabet file count in README The repo uses eslint.config.js (not eslint.config.mjs), and there are 143 alphabet.*.xml files in public/download/alphabets/ (not 144). Signed-off-by: Owen Kent --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d220ade..59846bb 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ npm run preview ├── .github/workflows/ # GitHub Actions CI/CD │ ├── build.yml # Lint and build │ └── deploy.yml # Deploy to GitHub Pages -└── eslint.config.mjs # ESLint configuration +└── eslint.config.js # ESLint configuration ``` ## Updating Content @@ -123,7 +123,7 @@ To add a page to the documentation sidebar, edit `src/utils/nav.ts`: Alphabet XML files and training texts are stored in `public/download/`: -- `/public/download/alphabets/` - 144 alphabet XML files +- `/public/download/alphabets/` - 143 alphabet XML files - `/public/download/training.html` - Training text downloads ### Legacy Mirror Content