From 0096eda4db16450e5d976ee1e9ad6975a7d695a6 Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:48:33 +0200 Subject: [PATCH] docs: fix grammar mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b392529..9d93336 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ where more information can be found by running `lowfi help scrape`. > This also means that there will be no added flexibility to these lists, > so you'll have to work that out on your own. -lowfi also can support custom track lists, although the default one with Lofi Girl's +lowfi also can support custom track lists, although the default one from Lofi Girl is embedded into the binary. To use a custom list, use the `--tracks` flag. This can either be a path to some file, @@ -150,7 +150,7 @@ specified directory. #### The Format -In List's, the first line should be the base URL, followed by the rest of the tracks. +In Lists, the first line should be the base URL, followed by the rest of the tracks. Each track will be first appended to the base URL, and then the result use to download the track. All tracks should end in `.mp3` and as such must be in the MP3 format.