chore: Use correct CLI syntax in README
This commit is contained in:
parent
a37805a935
commit
328c7f190b
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ A Spotify downloader written in Rust
|
||||||
```bash
|
```bash
|
||||||
$ ./down_on_spot
|
$ ./down_on_spot
|
||||||
Usage:
|
Usage:
|
||||||
down_on_spot.exe (search_term | track_url | album_url | playlist_url | artist_url)
|
down_on_spot.exe <search_term> | <track_url> | <album_url> | <playlist_url> | <artist_url>
|
||||||
```
|
```
|
||||||
|
|
||||||
### ⚙️ Template variables
|
### ⚙️ Template variables
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue