[PATCH] Correct font configuration in the example config
Export this patch
Correct the [fonts.gemini] heading to [fonts.gemini.text] in the example
configuration shown in the README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f04ae48..0839693 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ list = "🌼 "
[fonts.finger]
family = "monospace"
size = 11
-[fonts.gemini]
+[fonts.gemini.text]
family = "serif"
size = 11
[fonts.gemini.h1]
--
2.27.0
Thanks!