Commit: a639ed9
Parent: bf804da

Fix project structure diagram

Mårten Åsberg committed on 2026-02-21 at 19:11
README.md +3 -3
diff --git a/README.md b/README.md
index 813f220..25dd9f8 100644
@@ -98,9 +98,9 @@ src/
│ │ └── ExceptionMiddleware.cs # Global exception handler
│ ├── Program.cs
│ └── Walley.Checkout.Api.csproj
├── Walley.Checkout.Api.Tests/
│ ├── RefundServiceTests.cs # Example tests (for reference)
│ └── Walley.Checkout.Api.Tests.csproj
└── Walley.Checkout.Api.Tests/
├── RefundServiceTests.cs # Example tests (for reference)
└── Walley.Checkout.Api.Tests.csproj
```
## Tips