Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you're also looking to integrate Gravatar in your Android app, check out our
## Features

#### Core services:
- [Avatar URL calculator](https://automattic.github.io/Gravatar-SDK-iOS/gravatar/documentation/gravatar/5.-AvatarURLCalculator) based on email, email hash, and several [query options](https://docs.gravatar.com/general/images/).
- [Avatar URL calculator](https://automattic.github.io/Gravatar-SDK-iOS/gravatar/documentation/gravatar/5.-avatarurlcalculator) based on email, email hash, and several [query options](https://docs.gravatar.com/general/images/).
- [Avatar downloading](https://automattic.github.io/Gravatar-SDK-iOS/gravatar/documentation/gravatar/2.-downloadingavatar) based on [email](https://automattic.github.io/Gravatar-SDK-iOS/gravatar/documentation/gravatar/2.-downloadingavatar#Download-Avatar-via-email) or [url](https://automattic.github.io/Gravatar-SDK-iOS/gravatar/documentation/gravatar/2.-downloadingavatar#Download-Avatar-via-email).
- [Built-in image cache](https://automattic.github.io/Gravatar-SDK-iOS/gravatar/documentation/gravatar/2.-downloadingavatar#Providing-a-custom-Image-Cache) (with the ability to inject your own cache).
- [Avatar uploading](https://automattic.github.io/Gravatar-SDK-iOS/gravatar/documentation/gravatar/3.-uploadingavatar) to a [Gravatar](https://gravatar.com/) account.
Expand Down