Browse Source

readme: fix typo

Benton Edmondson 8 months ago
parent
commit
2869f0ddea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      readme.md

+ 1 - 1
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)