From 5eafe69bf95e6a925c68778a60e14588523576e3 Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Thu, 15 Nov 2018 02:36:33 +0100 Subject: [PATCH] Link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df5e21..1bc263a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ By default only modded items will be exported. ## Changing the export format -The exporter uses JTwig, and it is very easy to write your own templates. See [the cardlist html template](src/main/resources/templates/cardlist.html.twig) for an example. Changing the template currently requires the mod to be recompiled, but if there is demand for it this could easily be changed. +The exporter uses JTwig, and it is very easy to write your own templates. See [the cardlist markdown template](src/main/resources/templates/cards.html.md) for an example. Changing the template currently requires the mod to be recompiled, but if there is demand for it this could easily be changed. ## Installation ## 1. [Download `ModTheSpire.jar`](https://github.com/kiooeht/ModTheSpire/releases)