Skip to content

Commit 1df2313

Browse files
author
Kevin Matheus Martins
committed
Update readme
1 parent ff14b78 commit 1df2313

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
@@ -98,7 +98,7 @@ The documentation can be founded at the path `/docs/swagger.yaml` or accessing t
9898
- `cmd`: Application entry point directory for the application's main entry points, dependency injection, or commands. The web subdirectory contains the main entry point to the REST API.
9999
- `internal`: Directory to contain application code that should not be exposed to external packages.
100100
- `core`: Directory that contains the application's core business logic.
101-
- `order`: Directory contains definition of the entity's heights, interfaces, repository and service of the entity Order.
101+
- `thumb`: Directory contains definition of the entity's heights, interfaces, repository and service of the entity Thumb.
102102
- `adapters`: Directory to contain external services that will interact with the application core.
103103
- `db`: Directory contains the implementation of the repositories.
104104
- `rest`: Directory that contains the definition of the application's controllers and handlers for manipulating data provided by the controller

0 commit comments

Comments
 (0)