diff --git a/README.md b/README.md index 9eeaf25..4441d56 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,17 @@ This plugins shows [Gravatar](http://gravatar.com/) avatars instead of the generic user image. -![](docs/images/people-with-gravatar.png) +![](docs/images/users.png) + +![](docs/images/gravatar.png) + +Also on the search pallet + +![](docs/images/search.png) ## Usage -Install the plugin on a Jenkins instance running at least v1.434. Thereafter, it -will automatically show Gravatars for the users who have an email and a Gravatar. No extra configuration needed except installing the plugin. +After installation, the plugin will automatically show Gravatars for the users who have an email and a Gravatar. No extra configuration needed except installing the plugin. ## Caveats diff --git a/docs/images/gravatar.png b/docs/images/gravatar.png new file mode 100644 index 0000000..bebe4b7 Binary files /dev/null and b/docs/images/gravatar.png differ diff --git a/docs/images/people-with-gravatar.png b/docs/images/people-with-gravatar.png deleted file mode 100644 index b0ea138..0000000 Binary files a/docs/images/people-with-gravatar.png and /dev/null differ diff --git a/docs/images/search.png b/docs/images/search.png new file mode 100644 index 0000000..787139d Binary files /dev/null and b/docs/images/search.png differ diff --git a/docs/images/users.png b/docs/images/users.png new file mode 100644 index 0000000..465ba8a Binary files /dev/null and b/docs/images/users.png differ