From 4b9b460c5a42ef58411d63357d06fba300191aaf Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Wed, 26 Jan 2022 12:09:19 +0100 Subject: [PATCH] Update readme.md Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com> --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 64aa631..e5daba4 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Directory structure little differs from a standard Laravel tree. We decided to r * `app/Architecture` for all framework-related stuff like service providers, exception handler and more; * `app/Domain` for all framework-agnostic services related to business logic of the application; * `app/Eloquent` for all database/ORM-related classes like models, observers and scopes; -* `app/Infrastructure` for entrypoints to the application: CLI, HTTP and async ones. +* `app/Infrastructure` for entry points to the application: CLI, HTTP and async ones. ## Local setup - run `sh setup` or: