From 15ad5837b8212b15727ff35425c5f198caff9556 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Tue, 2 Jun 2020 00:16:03 +0200 Subject: [PATCH] :memo: Add badge to the readme Fixes #317 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c88ead46b2..17479afe02 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,16 @@ npm i -g gitmoji-cli Contributing to gitmoji is a piece of :cake:, read the [contributing guidelines](https://github.com/carloscuesta/gitmoji/blob/master/.github/CONTRIBUTING.md). You can discuss emojis using the [issues section](https://github.com/carloscuesta/gitmoji/issues/new). To add a new emoji to the list create an issue and send a pull request, see [how to send a pull request and add a gitmoji](https://github.com/carloscuesta/gitmoji/blob/master/.github/CONTRIBUTING.md#how-to-add-a-gitmoji). +## Spread the word + +Are you using Gitmoji on your GitHub project? Set the Gitmoji badge on top of your readme using this code: + +```html + + Gitmoji + +``` + ## License The code is available under the [MIT](https://github.com/carloscuesta/gitmoji/blob/master/LICENSE) license.