From ff58335a51719b845be6adbc98d24faa81fc7446 Mon Sep 17 00:00:00 2001 From: Josh Lockhart Date: Thu, 14 Nov 2013 14:21:28 -0500 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f34254..5c3da3d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Use the `addLine()` or `addLines()` methods to do so. You can align text left, center, or right. Use the `startX` and `startY` variables to position the text. If you use left or center alignment, these coordinates -represent the top-left position of the text bonding box. If you use right +represent the top-left position of the text bounding box. If you use right alignment, these coordinates represent the top-right position of the text bounding box. ## Style