diff --git a/README.md b/README.md
index 36dd5128fe787c2572d672db2269e2cb676aebdb..3af77bac03c61424f3be5292f3ad67d5bdf656dd 100644
--- a/README.md
+++ b/README.md
@@ -21,4 +21,4 @@ Known issues:
 
 This generates a table that counts all the occurrences of each Thing type in a map. These tables appear in the "Technical data" sections of the level pages, e.g., [Greenflower Zone Act 1](wiki.srb2.org/wiki/Greenflower_Zone_Act_1#Technical_data). The list of Thing types is read from `thing_names.txt`, which is a slightly cleaned-up version of the [Thing types](wiki.srb2.org/wiki/Thing_types) page. Before running the script, check that the Thing type list is up to date.
 
-You can run this script on WAD or PK3 files. Run `python3 thing_counter.py example.pk3` to generate Thing tables for all maps inside `example.pk3` (same for WAD files). For each map `MAPxx` inside the file, the script will generate a text file `example.pk3_MAPxx` with the Thing table.
\ No newline at end of file
+You can run this script on WAD or PK3 files. Run `python3 thing_counter.py example.pk3` to generate Thing tables for all maps inside `example.pk3` (same for WAD files). For each map `MAPxx` inside the file, the script will generate a text file `example.pk3_MAPxx.txt` with the Thing table.
\ No newline at end of file