Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ochairo authored Apr 5, 2024
1 parent d9d853e commit 1f08c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This ensures that the application will be easy to maintain, scale and modify, en
├── dist # Compiled code
├── docs # Documentation
│ ├── diagrams # - Drawing files made with VS code extensions
│ ├── diagrams # - Drawing files (.drawio | .excalidraw)
│ ├── images # - Images for documents
│ └── wiki # - Wiki pages
Expand All @@ -45,7 +45,7 @@ This ensures that the application will be easy to maintain, scale and modify, en
├── src
│ ├── app
│ │ ├── adapters # Adapters for external services
│ │ ├── adapters # Adapt external services/libraries
│ │ │ ├── frame # - Adapt Js Frameworks
│ │ │ ├── auth # - Adapt Auth service
│ │ │ ├── http # - Adapt HTTP Client
Expand Down

0 comments on commit 1f08c7c

Please sign in to comment.