From a465bebb6239c60c309124ab90db819fcf8eae1c Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 7 Mar 2023 21:44:44 -0500 Subject: formatting in README --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9911491..2311edc 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,12 @@ or ### As ChordPro -#### *Note:* - ```sh ./scripts/build.sh all cho ``` +#### *NOTE:* + *This will output a functional equivalent to the input `./src/{song-name}.chordpro` file with some changes, including:* - *removing comments* - *expanding variables (composers, tempo, etc)* @@ -92,12 +92,14 @@ or *This can be useful if you want a copy of the chordpro file with the Nashville numbers instead of notes from the original key* -## Build A Single Song as PDF +## Build A Single Song -#### *Note:* +#### *NOTE:* *Be sure to use the filename as it is found in the `./src/` directory without the file extension* +### As PDF + ```sh ./scripts/build.sh is-he-worthy ``` @@ -106,7 +108,12 @@ or ./scripts/build.sh is-he-worthy pdf ``` -## Build A Single Song as HTML +### As HTML ```sh ./scripts/build.sh is-he-worthy html -``` \ No newline at end of file +``` + +### As ChordPro +```sh +./scripts/build.sh is-he-worthy cho +``` -- cgit v1.2.3