From a4bb9378390956e1da9f2c62b43cca8015a382a6 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 28 Aug 2016 21:25:53 +0200 Subject: [PATCH] Fixed readme header Signed-off-by: Lars Kiesow --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8f3916c..b731173 100644 --- a/readme.md +++ b/readme.md @@ -165,7 +165,7 @@ plugins by temporary disabling them during the feed generation. This can be done by calling the generating method with the keyword argument `extensions` set to `False`. -**Example: Producing a Podcast** +**Custom Extensions** If you want to load custom extension which are not part of the feedgen Python package, you can use the method `register_extension` instead. You can directly