Skip to content

Commit

Permalink
Fix example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quachpas authored Oct 24, 2024
1 parent 7cc97ae commit c70cf5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Glossarium is a simple, easily customizable typst glossary inspired by [LaTeX gl
#let entry-list = (
(
key: "kuleuven",
short: "KU Leuven"
long: "Katholieke Universiteit Leuven"
description: "A university in Belgium."
short: "KU Leuven",
long: "Katholieke Universiteit Leuven",
description: "A university in Belgium.",
),
// Add more terms
)
Expand Down

0 comments on commit c70cf5a

Please sign in to comment.