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