From 4e9b7eb7ea3fc8be58f3ba2d2dffcde6d3f82b2c Mon Sep 17 00:00:00 2001 From: Mehrdad Shirvani Date: Mon, 27 Apr 2026 08:27:31 +0330 Subject: [PATCH] fix: structure --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ecf540..ba66a5c 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ The project consists of the following classes and interfaces: | GasCar | | ElectricCar | | (Class) | | (Class) | +-------------------+ +-------------------+ - ^ ^ ^ + ^ | | | extends | implements | implements - | | | + | ⌄ ⌄ +-------------------+ +-------------------+ +-------------------+ | SportsCar | | Refuelable | | Chargeable | | (Class) | | (Interface) | | (Interface) |