summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-03-07 21:44:44 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-03-07 21:44:44 -0500
commita465bebb6239c60c309124ab90db819fcf8eae1c (patch)
tree20745120d70e3341e8902f53de16f8da533751b1 /README.md
parentade0540170aed20a30548d21c9f96e50b4bb5917 (diff)
formatting in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 13 insertions, 6 deletions
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
+```