From 73341d06a92d91be7fc3ecaa9ff72563a71bb262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Santo=20Stefano--F=C3=A9ron?= Date: Wed, 27 Jan 2016 18:21:06 +0100 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f98f71..c1e89b9 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Font | Bold | `StyleBuilder::setFontBold()` | Strikethrough | `StyleBuilder::setFontStrikethrough()` | Font name | `StyleBuilder::setFontName('Arial')` | Font size | `StyleBuilder::setFontSize(14)` - | Font color | `StyleBuilder::setFontSize(Color::BLUE)`
`StyleBuilder::setFontSize(Color::rgb(0, 128, 255))` + | Font color | `StyleBuilder::setFontColor(Color::BLUE)`
`StyleBuilder::setFontColor(Color::rgb(0, 128, 255))` Alignment | Wrap text | `StyleBuilder::setShouldWrapText()`