Skip to content

Commit

Permalink
Merge pull request #25 from Stefal/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cquest authored Feb 22, 2024
2 parents b0439e2 + bf198b4 commit d285b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d285b98

Please sign in to comment.