songs2slides

A tool that automatically finds song lyrics and creates lyric slideshows
git clone https://git.ashermorgan.net/songs2slides/
Log | Files | Refs | README

commit b9ec2f6c72b71caa190886b298b72dccbbf90779
parent 56f4ba87484a1f9663256515bd8c70142430b27e
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Tue, 19 May 2020 13:50:16 -0700

Improve lyric review instructions.

Diffstat:
MSongs2Slides/templates/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Songs2Slides/templates/index.html b/Songs2Slides/templates/index.html @@ -35,8 +35,8 @@ <div id="lyricsContainer" class="container" hidden> <h3>Review your PowerPoint</h3> - <p>Review and edit the parsed lyrics below and then click the create PowerPoint button. One blank - line represents the start of a new slide and three blank lines represent a blank slide.</p> + <p>Review and edit the parsed lyrics below and then click the create PowerPoint button.</p> + <p>One blank line represents the start of a new slide and three blank lines represent a blank slide.</p> <textarea rows="15" id="lyrics"></textarea>