Skip to content

Commit 75b1690

Browse files
committed
Added param descriptions
1 parent a8b8c25 commit 75b1690

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ In the file where you want to use the category, be sure to import the file.
1818

1919
Call the method `setImageWithString:color:` on any `UIImageView` instance to set the image.
2020

21-
The string will be interpreted as a name, and will use the initials of the first and last word in the string provided
22-
If a color is not provided, a random color will be generated.
21+
`string` is the string used to generate the initials. This should be a user's full name if available
22+
`color` is an optional paramter sets the background of the image. If not provided, a random color will be generated
2323

2424
### License
2525

0 commit comments

Comments
 (0)