From f2da861f1b5b278ef8dd4ff8aa56c6edbdba5aae Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 6 Sep 2024 00:23:36 -0400 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78151cc..0a78aaf 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Typeset provides utilities for text layout, wrapping, and rendering. The state of a text layout is stored in a TypeSetter, and it can be drawn to any -image.Image using a Drawer which "extends" TypeSetter. +draw.Image using a Drawer which "extends" TypeSetter.