mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-23 04:11:00 +08:00
minor : fix curl commands in README to not use spaces
This commit is contained in:
@@ -75,10 +75,10 @@ You can use it to query audio waveforms by specifying the text message as a GET
|
||||
|
||||
```bash
|
||||
# audible example
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!' --output hello.wav
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello%20world!' --output hello.wav
|
||||
|
||||
# ultrasound example
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello world!&p=4' --output hello.wav
|
||||
curl -sS 'https://ggwave-to-file.ggerganov.com/?m=Hello%20world!&p=4' --output hello.wav
|
||||
```
|
||||
|
||||
### browser
|
||||
|
||||
Reference in New Issue
Block a user