Fix example typo

pull/23/head
Ilya Kaznacheev 2 years ago
parent ec12ab59cf
commit 91092984d6
No known key found for this signature in database
GPG Key ID: 7E2C1D8A4AB37D50

@ -126,7 +126,7 @@ Build and run the app within the container:
```bash
docker build . -t extract_otp
docker run --rm -v "$(pwd)":/files:ro otp -p example_export.txt
docker run --rm -v "$(pwd)":/files:ro extract_otp -p example_export.txt
```
## Tests

Loading…
Cancel
Save