diff --git a/examples/ggwave-to-file/README.md b/examples/ggwave-to-file/README.md index 7331e74..f8c2466 100644 --- a/examples/ggwave-to-file/README.md +++ b/examples/ggwave-to-file/README.md @@ -14,12 +14,16 @@ https://ggwave-to-file.ggerganov.com/ You can use it to query audio waveforms by specifying the text message as a GET parameter to the HTTP request. Here are a few examples: -### curl +### terminal ```bash curl https://ggwave-to-file.ggerganov.com/?m=Hello\ world! --output hello.wav ``` +### browser + +https://ggwave-to-file.ggerganov.com/?m=Hello%20world%21 + ### python ```python