diff --git a/README.md b/README.md index c33437f..f874af7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ inspired by https://ctftime.org/task/17576 Generates a wav file with keyboard sounds matching the privided input string. Only supports a-z and spaces, and should at least contain 250 characters to gain a statistically significant sample. -```python3 ./generator.py "``` +```python3 ./generator.py ``` # Solver