From 53f765b0e818e5fd7eb1b887ab006fb196d9b886 Mon Sep 17 00:00:00 2001 From: Vadim Namniak Date: Fri, 27 Jun 2014 02:35:40 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d1d588..da7aec1 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ context.globalCompositeOperation = "destination-out"; new CanvasTextWrapper(canvas, "Hi there", { font: "normal 40px Open Sans, sans-serif", textAlign: "center", - verticalAlign: "top", + verticalAlign: "bottom", paddingY: 10, lineBreak: "word", }); @@ -57,3 +57,11 @@ new CanvasTextWrapper(canvas, "Hi there", { ##Examples http://namniak.github.io/CanvasTextWrapper/ + +##Installation + +``` +bower install canvas-text-wrapper + +npm install canvas-text-wrapper +```