From 2869f0ddea7c91b51a8cb26812badab95d163eab Mon Sep 17 00:00:00 2001 From: Benton Edmondson Date: Sun, 21 Jul 2024 22:52:21 -0400 Subject: [PATCH] readme: fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 84a3349..37eba78 100644 --- a/readme.md +++ b/readme.md @@ -165,7 +165,7 @@ Servitor can render posts published in: # Dependencies -I tried to minimize the amount of dependencies used. They are: +I tried to minimize the number of dependencies used. They are: * [BurntSushi/toml](https://github.com/BurntSushi/toml) for parsing the config file * [yuin/goldmark](https://github.com/yuin/goldmark) for rendering posts published in Markdown (currently the only software I'm aware of that serves posts with Markdown is PeerTube)