diff --git a/README.md b/README.md index 12a4a3b..4fa6a90 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ mais interna: │ └── in_memory/ │ └── inventory_repository.go # Implementação em memória (map) └── model/ - └── product.go # Domínio: Product e ProductInput + └── product.go # Domínio: Product ``` - **model** — define `Product` e `ProductInput`, sem lógica nem dependências.