From 680b91c4c9de7f385ec2a3822f3a272c1d6c87af Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 5 Oct 2024 03:32:36 +0900 Subject: [PATCH] docs: update README.md (#71) minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09ad0e4..8b3376f 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ has to offer and even include any common framework you might need (e.g. Fontawes **Rendered HTML:** After creating a template you can create entries with the data you want and print them. Nunjucks will create the rendered HTML from the data you want to print. -**Rendered Image:** Then this HTML get's converted to a image. Currently this conversion is done by Chrome via the +**Rendered Image:** Then this HTML get's converted to an image. Currently this conversion is done by Chrome via the Chrome Debug Protocol. Although Chrome seems like a huge overkill for just HTML-To-Image conversion it's the standard solution at the moment because it supports most of the modern HTML and CSS features.