diff --git a/README.md b/README.md index d147dea..003fa54 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ All endpoints support the parameters you can also use for [shields.io](https://s
Years Badge
-

Years Badge

+

Years Badge

Returns a badge containing the number of years you have been a member

Endpoint

https://badges.pufler.dev/years/{username}

@@ -45,7 +45,7 @@ All endpoints support the parameters you can also use for [shields.io](https://s
Repos Badge
-

Repos Badge

+

Repos Badge

Returns a badge containing the number of your public repositories

Endpoint

https://badges.pufler.dev/repos/{username}

@@ -58,7 +58,7 @@ All endpoints support the parameters you can also use for [shields.io](https://s
Gists Badge
-

Gists Badge

+

Gists Badge

Returns a badge containing the number of your public gists

Endpoint

https://badges.pufler.dev/gists/{username}

@@ -71,7 +71,7 @@ All endpoints support the parameters you can also use for [shields.io](https://s
Updated Badge
-

Updated Badge

+

Updated Badge

Returns a badge that shows when the repository was last updated

Endpoint

https://badges.pufler.dev/updated/{username}/{repo}

@@ -84,7 +84,7 @@ All endpoints support the parameters you can also use for [shields.io](https://s
Created Badge
-

Created Badge

+

Created Badge

Returns a badge that shows when the repository was created

Endpoint

https://badges.pufler.dev/created/{username}/{repo}

@@ -97,7 +97,7 @@ All endpoints support the parameters you can also use for [shields.io](https://s
Commits Badge
-

Commits Badge

+

Commits Badge

Returns a badge that shows the number of commits you have published in a specified periodicity (yearly, monthly, weekly, daily or all)

Endpoint

https://badges.pufler.dev/commits/{periodicity}/{username}

@@ -110,7 +110,7 @@ All endpoints support the parameters you can also use for [shields.io](https://s
Contributors Display
-

Contributors Display

+

Contributors Display

Returns an SVG that displays all contributors of the specified repository

You can specify size in pixels that will be used for each avatar, padding in pixels that will be used between the avatars, perRow to control how many avatars are shown per row and bots as either 'true' or 'false' to hide bot contributors

Endpoint
@@ -124,7 +124,7 @@ All endpoints support the parameters you can also use for [shields.io](https://s
Last Stars Display
-

Last Stars Display

+

Last Stars Display

Returns an SVG that displays the last starred repositories of the specified user

You can specify count to control how many starred repositories will be shown, padding in pixels that will be used between the repositories and perRow to control how many repositories will be shown per row

Endpoint