From 0b4875ef9373cf198a1a2b40655f226df0ea57ea Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 20 Apr 2024 14:59:45 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9bfa6f..0f4e44a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Configuration file supports multiple feed channels with custom settings: * `source` - string, filepath or URL to the valid RSS feed * `target` - string, relative or absolute path to Gemtext dumps * `item` - * `limit` - integer, how many items to display + * `limit` - integer, how many items to display on page generated * `template` - string, custom pattern for feed item, that supports following macros * `{nl}` - new line separator * `{link}` - item link @@ -26,7 +26,7 @@ Configuration file supports multiple feed channels with custom settings: * `{title}` - item title * `{description}` - item description -Resulting files could be generated to the any folder for personal reading on localhost, or shared with others using [gmid](https://github.com/omar-polo/gmid), [twins](https://code.rocket9labs.com/tslocum/twins) or any other [Gemini server](https://github.com/kr1sp1n/awesome-gemini#servers). +Resulting files could be placed to any local folder (for personal reading) or shared with others (using [gmid](https://github.com/omar-polo/gmid), [twins](https://code.rocket9labs.com/tslocum/twins) or any other [server](https://github.com/kr1sp1n/awesome-gemini#servers)) ## Server