aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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