diff --git a/documentation.md b/documentation.md index 3632433..249332b 100644 --- a/documentation.md +++ b/documentation.md @@ -2,7 +2,7 @@ ## Project Structure The project follows a standard Spring Boot application structure: -- `src/main/java/com/example/Portfolio`: Root package. +- `src/main/java/com/example/TaskManager`: Root package. - `Controllers`: Contains Spring MVC controllers for handling web requests. - `Services`: Houses business logic, such as fetching project data from Gitea and sending emails. - `DTO`: Data Transfer Objects used to shape data for the views.