From 30bba46a7b4053d973666009ff244ffa4713b7e4 Mon Sep 17 00:00:00 2001 From: nitowa Date: Fri, 3 May 2024 23:23:41 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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