From ee8521e7fb3f6b685789db49cbe96392a26b37db Mon Sep 17 00:00:00 2001 From: Ariary Date: Fri, 15 Oct 2021 18:29:26 -0400 Subject: [PATCH] Add Readme-Like-Button) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85aa2b0..04e9b68 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Build](#build) - [Database](#database) - [Localization](#localization) + - [Fun](#fun) - [Cheat Sheet](#cheat-sheet) - [Tutorials](#tutorials) @@ -532,6 +533,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action) - [Translation](https://github.com/fabasoad/translation-action) - Translate text from any language to any language. +### Fun + +- [Add equivalent of a like button in your README](https://github.com/ariary/Readme-Like-Button) - Visualize community approval on some part of your readme (can be used as a poll). + ### Cheat Sheet - [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)