diff --git a/README.md b/README.md index de44c34..10d5ec0 100644 --- a/README.md +++ b/README.md @@ -1109,7 +1109,7 @@ Read more: Some typical approaches are: -- **Layered architecture**: split an entire application into directories divided by functionality, like `controllers`, `interfaces`, `services`, etc. For example: +- **Layered architecture**: split an entire application into directories divided by functionality, like `controllers`, `services`, `repositories`, etc. For example: ```text - Controllers