Skip to content

Commit c2c4d16

Browse files
committed
Fix the missing Dispatch link
1 parent a4c9fc4 commit c2c4d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are many ways to structure a project, but the best structure is one that i
3838

3939
Many example projects and tutorials divide the project by file type (e.g., crud, routers, models), which works well for microservices or projects with fewer scopes. However, this approach didn't fit our monolith with many domains and modules.
4040

41-
The structure I found more scalable and evolvable for these cases is inspired by Netflix's Dispatch, with some minor modifications.
41+
The structure I found more scalable and evolvable for these cases is inspired by Netflix's [Dispatch](https://github.com/Netflix/dispatch), with some minor modifications.
4242
```
4343
fastapi-project
4444
├── alembic/

0 commit comments

Comments
 (0)