From 72ecd35ea8443d9a371230a73c3ec29255c5f4d4 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Thu, 12 Jan 2023 01:48:32 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8638db9..e348652 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ *Keep in touch with your friends by sharing photos of special moments, thanks to WASAPhoto!* -*You canupload your photos directly from your PC, and they will be visible to everyone following you.* +*You can upload your photos directly from your PC, and they will be visible to everyone following you.* (Live demo: [https://wasaphoto.marcorealacci.me](https://wasaphoto.marcorealacci.me)) @@ -22,4 +22,4 @@ This is my project for the Web And Software Architecture (WASA) class * Dockerfiles to deploy the backend and the frontend in a contaner. * Dockerfile.backend builds the container for the backend * Dockerfile.frontend builds the container for the frontend - * Dockerfile.embedded builds a container which a backend which also delives the frontend + * Dockerfile.embedded builds the backend container, but the backend's webserver also delivers the frontend