diff --git a/modern-cv-docs.typ b/modern-cv-docs.typ index 8249a8f..9b5f6c8 100644 --- a/modern-cv-docs.typ +++ b/modern-cv-docs.typ @@ -2,8 +2,8 @@ #import "@preview/tidy:0.2.0" #let docs = tidy.parse-module( - read("lib.typ"), + read("lib.typ"), name: "Modern CV", - scope: (resume: lib) + scope: (resume: lib), ) #tidy.show-module(docs)