Skip to content

Commit 30ac2de

Browse files
Update README with formatted project structure
Formatted project structure section with code block.
1 parent 71c1c87 commit 30ac2de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ Returns recipes in the structure:
6565

6666
📂 Project Structure
6767

68-
src/
68+
```text
69+
src
6970
├── domain
7071
│ ├── entities
7172
│ ├── interfaces
@@ -88,6 +89,7 @@ src/
8889
├── guards
8990
├── interceptors
9091
└── swagger
92+
```
9193

9294
🛠️ Installation (Local)
9395
1. Clone the project

0 commit comments

Comments
 (0)