[README] update

This commit is contained in:
Gaspard Jankowiak 2025-11-18 08:20:27 +01:00
commit 1469d538df

View file

@ -30,18 +30,18 @@ Writing an exam is now easy (see [API](#api) for all options):
#show: exam.with( #show: exam.with(
title: "Exam", title: "Exam",
course_title: [Abstract Binary Computation & Elegent Finite Graphs], course-title: [Abstract Binary Computation & Elegant Finite Graphs],
institution: [Super University], institution: [Super University],
date: "1. January 1970", date: "1. January 1970",
course_short_title: "ABC & EFG", course-short-title: "ABC & EFG",
course_code: "π", course-code: "π",
duration_minutes: "90", duration-minutes: "90",
ask_trainer_name: false, ask-trainer-name: false,
ask_group: true, ask-group: true,
language: "en", language: "en",
) )
@ -139,4 +139,3 @@ top and bottom lines are bold.
exercise-numbering: "1", exercise-numbering: "1",
) )
``` ```