Change name to lowercase

This commit is contained in:
Ritiek Malhotra
2017-06-21 01:26:00 +05:30
committed by GitHub
parent ba70c48c9f
commit 734d25a64d

View File

@@ -27,7 +27,7 @@ That's how your Music library will look like!
## Reporting Issues ## Reporting Issues
- Search for your problem in the [issues section](https://github.com/Ritiek/Spotify-Downloader/issues?utf8=%E2%9C%93&q=) before opening a new ticket. It might be already answered and save us time :D. - Search for your problem in the [issues section](https://github.com/Ritiek/spotify-downloader/issues?utf8=%E2%9C%93&q=) before opening a new ticket. It might be already answered and save us time :D.
- Provide as much information possible when opening your ticket. - Provide as much information possible when opening your ticket.
@@ -43,8 +43,8 @@ That's how your Music library will look like!
``` ```
cd cd
git clone https://github.com/Ritiek/Spotify-Downloader git clone https://github.com/ritiek/spotify-downloader
cd Spotify-Downloader cd spotify-downloader
pip install -U -r requirements.txt pip install -U -r requirements.txt
``` ```