From ffcaf3425c6843361ea3fa153a2acb63d7edc105 Mon Sep 17 00:00:00 2001 From: Vadim Namniak Date: Sun, 25 Jan 2015 15:27:49 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3769bb8..e39afd0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ NOTE: if a single word is too long to fit the width with specified font size, it ``` ##Usage -Configure context settings properties "fillStyle", "lineWidth" or "strokeStyle" before using CanvasTextWrapper like so: +Configure context settings properties such as "fillStyle", "lineWidth" or "strokeStyle" before using CanvasTextWrapper like so: ``` var canvas = document.getElementById("#canvasText"); canvas.width = 200;