From c8d867303738a1fc49ca9e90d9fcd22575cd170d Mon Sep 17 00:00:00 2001 From: likhy Date: Thu, 4 Aug 2022 16:10:21 -0700 Subject: [PATCH] (minor) fixed typo on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa10a1..ac6513b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Use a Makefile (or another script) to simplify invocation. This script generates three text files after operation. -* `postsperpage.txt`, holds an integer for the number of posts to render per page (default: 20). Thi is a configuration file that is created if it does not exist). +* `postsperpage.txt`, holds an integer for the number of posts to render per page (default: 20). This is a configuration file that is created if it does not exist). * `lastfullpage.txt`, holds an integer for the last page rendered by the paginator. * `updatedfiles.txt`, a list of files updated by the script for use in automated uploads.