minor : fix curl commands in README to not use spaces

This commit is contained in:
Georgi Gerganov
2022-09-03 14:26:16 +03:00
parent fd25df1534
commit 48830a1e18
3 changed files with 6 additions and 6 deletions

View File

@@ -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