Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit e4cc8b4

Browse files
committed
Merge pull request #169 from welcoMattic/patch-1
Update README.md
2 parents 2093724 + 73341d0 commit e4cc8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Font | Bold | `StyleBuilder::setFontBold()`
159159
| Strikethrough | `StyleBuilder::setFontStrikethrough()`
160160
| Font name | `StyleBuilder::setFontName('Arial')`
161161
| Font size | `StyleBuilder::setFontSize(14)`
162-
| Font color | `StyleBuilder::setFontSize(Color::BLUE)`<br>`StyleBuilder::setFontSize(Color::rgb(0, 128, 255))`
162+
| Font color | `StyleBuilder::setFontColor(Color::BLUE)`<br>`StyleBuilder::setFontColor(Color::rgb(0, 128, 255))`
163163
Alignment | Wrap text | `StyleBuilder::setShouldWrapText()`
164164

165165

0 commit comments

Comments
 (0)