Update 'README.md'

This commit is contained in:
nitowa
2024-05-03 23:23:41 +00:00
parent b55515b46a
commit 30bba46a7b
+1 -1
View File
@@ -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 "<input>```
```python3 ./generator.py <input>```
# Solver