From 95b882aceded275ad89446ad92a10cf36b166ab7 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 3 Feb 2021 18:07:35 +0100 Subject: [PATCH] Typos ref #6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b908cb8..57fc0ee 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The basic generation mechanism makes the templates and routes interchangeable (i We provide a set of default templates that we use for the ["Lauf für Kaya!" charity run](https://lauf-fuer-kaya.de). We use mustache-style templating strings to fill the templates with real information (exact strings are explained below). -You can provide your own templates by replaceing the ones we provided before compiling the project or by simply mounting your custom templates into the docker container. +You can provide your own templates by replacing the ones we provided before compiling the project or by simply mounting your custom templates into the docker container. The server currently needs the following templates to work: * sponsoring_contract.html @@ -46,6 +46,7 @@ The server currently needs the following templates to work: ### Sponsoring Contracts | Template String | Type | Optional | Description +| - | - | - | - | runner_firstname | string | ❌ | The runner's first name | runner_middlename | string | ✅ | The runner's middle name | runner_lastname | string | ❌ | The runner's last name