Update README.md

This commit is contained in:
Simon Lecoq
2021-01-25 22:17:28 +01:00
committed by GitHub
parent 4879ed0136
commit d4d873bb39

View File

@@ -177,25 +177,20 @@ But there's more with [plugins](https://github.com/lowlighter/metrics/tree/maste
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.followers.svg" alt="" width="400"> <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.followers.svg" alt="" width="400">
</a> </a>
<details><summary>Followed people version</summary> <details><summary>Followed people version</summary>
<a href="#-habits"> <a href="#-people">
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.following.svg" alt="" width="400"> <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.following.svg" alt="" width="400">
</a> </a>
</details> </details>
<details><summary>Special thanks version</summary> <details><summary>Special thanks version</summary>
<a href="#-habits"> <a href="#-people">
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.thanks.svg" alt="" width="400"> <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.thanks.svg" alt="" width="400">
</a> </a>
</details> </details>
<details><summary>Repository template version</summary> <details><summary>Repository template version</summary>
<a href="#-habits"> <a href="#-people">
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.repository.svg" alt="" width="400"> <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.repository.svg" alt="" width="400">
</a> </a>
</details> </details>
<details><summary>Sponsorships version</summary>
<a href="#-habits">
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.sponsorships.svg" alt="" width="400">
</a>
</details>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -608,7 +603,7 @@ The default template is `classic`.
<td data-for="stars">✔️</td> <td data-for="stars">✔️</td>
<td data-for="stargazers">✔️</td> <td data-for="stargazers">✔️</td>
<td data-for="gists"><span title="100+ gists support on @master">✔️<sup>N</sup></span></td> <td data-for="gists"><span title="100+ gists support on @master">✔️<sup>N</sup></span></td>
<td data-for="people">✔️</td> <td data-for="people"><span title="'thanks', 'sponsors' and 'sponsoring' available on @master">✔️<sup>N</sup></span></td>
<td data-for="anilist"><span title="Available on @master">✔️<sup>M</sup></span></td> <td data-for="anilist"><span title="Available on @master">✔️<sup>M</sup></span></td>
</tr> </tr>
<tr> <tr>
@@ -652,7 +647,7 @@ The default template is `classic`.
<td data-for="stars">❌</td> <td data-for="stars">❌</td>
<td data-for="stargazers">✔️</td> <td data-for="stargazers">✔️</td>
<td data-for="gists">❌</td> <td data-for="gists">❌</td>
<td data-for="people"></td> <td data-for="people"><span title="Available on @master">✔️<sup>M</sup></span></td>
<td data-for="anilist">❌</td> <td data-for="anilist">❌</td>
</tr> </tr>
</table> </table>
@@ -1591,8 +1586,6 @@ It is possible to use [identicons](https://github.blog/2013-08-14-identicons/) i
plugin_people_identicons: yes plugin_people_identicons: yes
``` ```
🚧 This feature is available as pre-release on @master branch (unstable)
It is possible to thanks personally users by adding the following to your workflow: It is possible to thanks personally users by adding the following to your workflow:
```yaml ```yaml
- uses: lowlighter/metrics@master - uses: lowlighter/metrics@master