From 8fbaf55763e7a1fb08d974ceece69fb321642e1d Mon Sep 17 00:00:00 2001 From: Yuquan Zhu <50561614+Asachoo@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:44:50 +0800 Subject: [PATCH] Fix typos in README.md (#82) * Fix typos in README.md * Fix typos in README.md --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14a8df7..765d78e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ fastapi-project │ │ ├── constants.py │ │ ├── exceptions.py │ │ └── utils.py -│ └── posts +│ ├── posts │ │ ├── router.py │ │ ├── schemas.py │ │ ├── models.py diff --git a/README_ZH.md b/README_ZH.md index ecb9f93..c224939 100755 --- a/README_ZH.md +++ b/README_ZH.md @@ -62,7 +62,7 @@ fastapi-project │ │ ├── constants.py │ │ ├── exceptions.py │ │ └── utils.py -│ └── posts +│ ├── posts │ │ ├── router.py │ │ ├── schemas.py │ │ ├── models.py