We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113c886 commit a7886e2Copy full SHA for a7886e2
README.md
@@ -70,7 +70,7 @@ We will not use the ->font() method in this example; as I like the regular one.
70
71
````php
72
return $avatar->name('Lasse Rafn')
73
- ->size(96) // 48 times two, for retina
+ ->size(96) // 48 * 2
74
->background('#8BC34A')
75
->color('#fff')
76
->generate()
0 commit comments