Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
fix: typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowrey committed Dec 10, 2023
1 parent 68a0a75 commit fd8fbf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ YoutubeBrainz allows you to find and download Youtube videos associated to an al
### Installation

You can install `youtube-bz` directly from pip, it should install automatically all the dependencies
```
```console
$ pip install youtube-bz
```

Expand All @@ -33,7 +33,7 @@ $ youtube-bz --help
```

You can search for a release with its [MBID](https://musicbrainz.org/doc/MusicBrainz_Identifier) on [MusicBrainz](https://musicbrainz.org/) or
with the command search for instance to search the album 'Hybrid Theory' of 'Linkin Park' you can run:
with the command search, for instance to search the album 'Hybrid Theory' of 'Linkin Park' you can run:

```console
$ youtube-bz search 'Hybrid Theory' --artist 'Linkin Park'
Expand All @@ -47,7 +47,7 @@ $ youtube-bz search 'Hybrid Theory' --artist 'Linkin Park'

And to download it just run:
```console
$ youtube-bz download 2a4174ab-f0b1-430e-b7e2-25c062b45573MBID
$ youtube-bz download 2a4174ab-f0b1-430e-b7e2-25c062b45573
```

## Author
Expand Down

0 comments on commit fd8fbf8

Please sign in to comment.