Skip to content

Commit

Permalink
docs: fix piano-chord example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgago committed Jul 13, 2024
1 parent dfd3413 commit c20fb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ Here [chordx-docs](docs/chordx-docs.pdf) you have the reference documentation th
```typ
#import "@preview/chordx:0.4.0": *
#let piano-chord-sharp = piano-chords.with(layout: "F", size: 18pt)
#let piano-chord-round = piano-chords.with(layout: "F", size: 1.5em, style: "rounded")
#let piano-chord-sharp = piano-chord.with(layout: "F", size: 18pt)
#let piano-chord-round = piano-chord.with(layout: "F", size: 1.5em, design: "round")
#piano-chord-sharp(keys: "B1, D2#, F2#", fill-key: blue)[B]
#piano-chord-round(keys: "B1, D2#, F2#", fill-key: yellow, position: "bottom")[B]
Expand Down

0 comments on commit c20fb73

Please sign in to comment.