From a98311928bb1b5768cdd94fea7fdb0ee1350d913 Mon Sep 17 00:00:00 2001
From: Chomp <jonreid3@gmail.com>
Date: Tue, 7 Sep 2021 17:50:50 +0100
Subject: [PATCH] update readme

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9532e91..e1ccaa1 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,6 @@ Verifies an aki quest json against a live dump of quest data
 ## How to use
 1. Copy your aki quests.json into QuestValidator\bin\Debug\netcoreapp3.1\input
 2. Copy a live quest file dump (resp.client.quest.list_xxxx) into QuestValidator\bin\Debug\netcoreapp3.1\input
-3. Run QuestValidator project to generate a list of warnings found in aki quests.json, separated by quest.
\ No newline at end of file
+3. Run QuestValidator project to generate a list of warnings found in aki quests.json, separated by quest.
+
+Use the example dump file found in QuestValidator/Examples if you dont have a live quest dump file
\ No newline at end of file