From 2fd0fdc7b8125fb5f5e369e184135344f7500484 Mon Sep 17 00:00:00 2001 From: Yehia Khalil <76862901+yehia-khalil@users.noreply.github.com> Date: Tue, 18 Apr 2023 01:45:03 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fa41808..1c92e09 100644 --- a/readme.md +++ b/readme.md @@ -65,7 +65,7 @@ Within your controllers or views, you can use ``` this will return the URL to the gravatar image of the specified email address. -In case of a non-existing gravatar, it will return return a URL to a placeholder image. +In case of a non-existing gravatar, it will return a URL to a placeholder image. You can set the type of the placeholder in the configuration option `fallback`. For more information, visit [gravatar.com](http://en.gravatar.com/site/implement/images/#default-image)