From bf198b4d10d9d3baa87b988fc5ba611eefc85c3e Mon Sep 17 00:00:00 2001 From: Stefal Date: Sat, 2 Sep 2023 10:42:11 +0200 Subject: [PATCH] Update README.md fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cbf74b..dd2a05f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Blurring is done on original JPEG pictures by manipulating low-level MCU in the ### System dependencies -These dependencies are needed for lossless JPEG tanasformations : +These dependencies are needed for lossless JPEG transformations : - turbojpeg library and headers - exiftran @@ -49,7 +49,7 @@ python -m venv env source ./env/bin/activate ``` -Install python depedencies for the API: +Install python dependencies for the API: ```bash pip install -r requirements-api.txt