diff --git a/README.md b/README.md
index 3a4a4fdca42e8c5faea2ae09dd99a8260d1e78b5..eec5a9c54b40af686a0fc20723fb1a10d07dfd68 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).