From 1dc25851db08c7606669aeb08ec52227f111b431 Mon Sep 17 00:00:00 2001 From: MK13 Date: Mon, 18 Jan 2021 23:37:15 +0100 Subject: [PATCH] Typo fix Signed-off-by: MK13 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c46ebde..592da02 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ by replacing spaces in the anime name with underscores * Add an anime - `Title` should be the same as in the feed content * `Local` is the starting episode number, e.g. `00` for brand new series, or `25` for e.g the second season of an anime that continues with the numbering, where the first season had 24 episodes. Left padded with zeros to at least two digits -* Add the weekday the anime airs on via the `Airing` element +* Add the weekday the anime airs via the `Airing` element * Provide an `Episode-Regex` to parse the episode number from the title of an RSS entry. As this regex is used for all elements of a feed it should match all those. Use the `$SHOW$` placeholder in the regex for substitution with the actual anime name during feed parsing.