From 8a49606cd0355ee61ceaec82c96c7df7b8ce9d63 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 1 Feb 2024 12:33:48 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a6893b..316a0e1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ echo $reader->setRule( Convert DokuWiki text to Gemini markup -As wiki has lot of inline links, to make converted document well-readable, this method does not replace links with new line `=>` macros, but uses inline context: `Name ( URL )`. This model useful with `Reader::getLinks` method that, that for example appends all related links to the document footer. +As wiki has lot of inline links, to make converted document well-readable, this method does not replace links with new line `=>` macros, but uses inline context: `Name ( URL )`. This model useful with `Reader::getLinks` method, that for example appends all those related links to the document footer. If you don't like this implementation, feel free to change it by `Reader::setRule` method.