From c3c84a3c1b2777152c9ab889161be6a9879baf29 Mon Sep 17 00:00:00 2001
From: GD <gd.dev@libertymail.net>
Date: Thu, 10 Nov 2022 15:41:35 +0100
Subject: [PATCH] minor

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3a4a4fd..eec5a9c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ See the [`template`](./template) sub-directory for an example of question/answer
 
 1. Write your questions/answers using the syntax of the moodle LaTeX package (c.f. [next section](#wiring-a-test)).
 
-2. Compile your LaTeX document containing the questions/answers (ideally with `lualatex`, c.f. ["Tips and tricks"](#tips-and-tricks)). An `.xml` will be generated in addition to the `.pdf` (than can be read for spell-checking and verifications).
+2. Compile your LaTeX document containing the questions/answers (ideally with `lualatex`, c.f. ["Tips and tricks"](#tips-and-tricks)). A suffixed `-moodle.xml` file will be generated in addition to the `.pdf` file (than can be read for spell-checking and verifications).
 
 3. Import the `.xml` file in the moodle interface, c.f. [dedicated section](#moodle-interface).
 
-- 
GitLab