From c313e51e759d5c74ba99cfd460941e38f4cfee75 Mon Sep 17 00:00:00 2001 From: Bigsk Date: Tue, 24 Sep 2024 22:12:23 +0800 Subject: [PATCH] Replaced the example call sign in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c75fca..1bf0d93 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Or `import pycw` and then use functions in your code, for example: ``` import pycw -pycw.output_wave("Intro.wav", "CQ CQ CQ DE BG5AWO BG5AWO BG5AWO PSE K", 20) +pycw.output_wave("Intro.wav", "CQ CQ CQ DE BD8CMN BD8CMN BD8CMN PSE K", 20) ``` Then you can get a output file called `Intro.wav` in your working directory.