summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-05-14 13:26:34 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-05-14 13:26:34 +0200
commit789cb4c6c3e2f4b6bea325b21801d098ebf04623 (patch)
tree9ddec0c8e0c792a9bf41d43e4657088991950793 /README.md
parentfb20198d399076dadc7123995ee11f764ad676c5 (diff)
Addedd Singletons for TopManga.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85d9d4d..0762f58 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,11 @@ Also added the "bangers" font for the titles.
Development done with a Gitflow workflow. I used master, release, develop and feature branches.
## Architecture
-I used the MVC architecture.
+I used the MVC (Model, View, Controller) architecture.
+
+## Singletons
+Usage of singletons.
+Used to call APIs.
## TO-DO
+ Finishing MVC