From 09ba438b702d9e5aebadefdadfc2fd90a6d1fe66 Mon Sep 17 00:00:00 2001 From: Zack Chapple Date: Tue, 1 Aug 2023 21:01:24 -0400 Subject: [PATCH 1/2] Update intro.md (#10) fixing minor typo --- docs/overview/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview/intro.md b/docs/overview/intro.md index 7d724877..1dab0352 100644 --- a/docs/overview/intro.md +++ b/docs/overview/intro.md @@ -78,9 +78,9 @@ npm run prod ExpressoTS is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to your support. If you'd like to help, please consider: -- Become a sponsor on **[Sponsor no GitHub](https://github.com/sponsors/expressots)** +- Become a sponsor on **[Sponsor on GitHub](https://github.com/sponsors/expressots)** - Follow the **[organization](https://github.com/expressots)** on GitHub and Star ⭐ the project - Subscribe to the Twitch channel: **[Richard Zampieri](https://www.twitch.tv/richardzampieri)** - Join our **[Discord](https://discord.com/invite/PyPJfGK)** - Contribute submitting **[issues and pull requests](https://github.com/expressots/expressots/issues/new/choose)** -- Share the project with your friends and colleagues \ No newline at end of file +- Share the project with your friends and colleagues From 500bf522471c6471a5371b775e71bb9d5fede020 Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 1 Aug 2023 22:08:23 -0300 Subject: [PATCH 2/2] refactor: remove duplicated findAll (#9) --- docs/overview/first-steps.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/overview/first-steps.md b/docs/overview/first-steps.md index a16d029e..1e883de6 100644 --- a/docs/overview/first-steps.md +++ b/docs/overview/first-steps.md @@ -118,10 +118,6 @@ project-name/ │ │ └── user-findall.controller.ts │ │ └── user-findall.dto.ts │ │ └── user-findall.usecase.ts -│ │ └── findall/ -│ │ └── user-findall.controller.ts -│ │ └── user-findall.dto.ts -│ │ └── user-findall.usecase.ts │ │ └── user.module.ts │ ├── app.container.ts │ ├── env.ts