From 56d1c127735455c908a3e22c195524c341784e51 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Thu, 30 Jun 2022 00:56:18 +0430 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 54fcec5..b539bf2 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,6 @@ High-level plan is represented in the table - `Booking Service`: The Booking Service is a bounded context for managing all operation related to booking ticket. -![](./assets/Diagram.jpg) - ## Structure of Project In this project I used a mix of [clean architecture](https://jasontaylor.dev/clean-architecture-getting-started/), [vertical slice architecture](https://jimmybogard.com/vertical-slice-architecture/) and I used [feature folder structure](http://www.kamilgrzybek.com/design/feature-folders/) to structure my files.