Skip to content

Commit 63eda1c

Browse files
committed
Update README.md
1 parent f5370af commit 63eda1c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@ Source source = status.ParseSource();
2525
This is a method to split the text into Tweet Entities.
2626
Enumerates order sorted and HTML-decoded parts of the text.
2727

28-
Example: [CoreTweetSupplementTest/CoreTweetSupplementTest.cs](https://github.com/azyobuzin/CoreTweetSupplement/blob/f695b971fb2415180b7091bbc0b78280bda5e7ff/CoreTweetSupplementTest/CoreTweetSupplementTest.cs#L53-L332)
28+
Example: [TestEnumerateTextParts](https://github.com/azyobuzin/CoreTweetSupplement/blob/f695b971fb2415180b7091bbc0b78280bda5e7ff/CoreTweetSupplementTest/CoreTweetSupplementTest.cs#L53-L332)
29+
30+
## GetProfileImageUrl / GetProfileImageUrlHttps(this User, string) ##
31+
This is a method to get a URL pointing to the user's avatar image with given size.
32+
33+
Example: [TestAlternativeProfileImageUri](https://github.com/CoreTweet/CoreTweetSupplement/blob/0d805a0b2df96fe7f57e26dfb9b45a65e9f3ea12/CoreTweetSupplementTest/CoreTweetSupplementTest.cs#L345-L372)

0 commit comments

Comments
 (0)