Compare commits

..
2 Commits
Author SHA1 Message Date
MehrdadShirvani 6cb8f9a8d8 Update README.md 2026-04-27 04:57:05 +00:00
MehrdadShirvani 4e9b7eb7ea fix: structure 2026-04-27 08:27:31 +03:30
+3 -3
View File
@@ -41,9 +41,9 @@ The project consists of the following classes and interfaces:
| GasCar | | ElectricCar | | GasCar | | ElectricCar |
| (Class) | | (Class) | | (Class) | | (Class) |
+-------------------+ +-------------------+ +-------------------+ +-------------------+
^ ^ ^ ^ | |
| extends | implements | implements | extends | implements | implements
| | | |
+-------------------+ +-------------------+ +-------------------+ +-------------------+ +-------------------+ +-------------------+
| SportsCar | | Refuelable | | Chargeable | | SportsCar | | Refuelable | | Chargeable |
| (Class) | | (Interface) | | (Interface) | | (Class) | | (Interface) | | (Interface) |
@@ -140,6 +140,6 @@ git checkout -b develop
``` ```
git push origin develop git push origin develop
``` ```
7. Create a Pull Request from `develop` to `main` 7. Create a Pull Request from `develop` to `main` or `master`
# GOOD LUCK! :) # GOOD LUCK! :)