Skip to content

Commit b56afb2

Browse files
authored
Fix a typo (#360)
1 parent 633d177 commit b56afb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You need Python 3.7+. To download songs as MP3, you will need ffmpeg.
5050

5151
1. To retrieve download songs as MP3, you will need to install ffmpeg. If you prefer to skip MP3 conversion, pass `-m` or `--skip_mp3` as a parameter when running the script
5252

53-
- Linux users can get them by installing libav-tools by using apt-get (`sudo apt-get install -y libav-tools`) if you'rte using a Debian/Ubuntu or a package manager which comes with your distro
53+
- Linux users can get them by installing libav-tools by using apt-get (`sudo apt-get install -y libav-tools`) if you're using a Debian/Ubuntu or a package manager which comes with your distro
5454
- Windows users can download FFMPEG pre-built binaries from [here](http://ffmpeg.zeranoe.com/builds/). Extract the file using [7-zip](http://7-zip.org/) to a foldrer and [add the folder to your PATH environment variable](http://www.wikihow.com/Install-FFmpeg-on-Windows)
5555

5656
1. If you prefer to skip MP3 conversion, pass `-m` or `--skip_mp3` as a parameter when running the script

0 commit comments

Comments
 (0)