From 4fb08311240dd3d80a44c56b6b8a8b9ce8f4b49a Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Sun, 22 Oct 2023 21:00:15 +0200 Subject: [PATCH] Fix readme typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 686f803..3e28816 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ git clone git@github.com:Dabble-Studio/3d-to-photo.git ``` -2. Install neccessary packages for the front end +2. Install necessary packages for the front end ``` cd 3d-to-photo npm install ``` -3. Install neccessary packages for the python backend +3. Install necessary packages for the python backend ``` cd image_proc_server