updated README.

This commit is contained in:
Cédric Bonhomme 2021-11-01 15:37:19 +01:00
parent 4aac55ec77
commit b00dc73fd4
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -87,7 +87,7 @@ $ python -m unittest discover -v
Running the static type checker: Running the static type checker:
```bash ```bash
$ python tools/run_mypy.py $ mypy stegano
``` ```