From 256b4c3b943b86dbaaa9783a25f10bab8a9e211b Mon Sep 17 00:00:00 2001
From: MascaraSnake <jonassauer27@gmail.com>
Date: Tue, 22 Jun 2021 15:05:46 +0200
Subject: [PATCH] Forgot the file ending

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

diff --git a/README.md b/README.md
index 36dd512..3af77ba 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
-- 
GitLab