From 8b0d3b1181701af2de51cc84f12aae587a1deadf Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Sat, 10 Dec 2022 01:47:39 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3300e01..478ebda 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ This is my project for the Web And Software Architecture (WASA) class ### This project includes * An API specification using the OpenAPI standard -* ~~A backend written in the Go language~~ -* ~~A frontend written in JavaScript using the Vue.js framework~~ +* A backend written in the Go language +* A frontend in Vue.js * ~~A Dockerfile to build a Docker image to deploy the project in a container.~~ *(Strikethrough parts are work in progress or still need to be implemented)*