Skip to content

Instantly share code, notes, and snippets.

@vinitshahdeo
Created January 6, 2025 16:33
Show Gist options
  • Save vinitshahdeo/3a4b0fd4e37a725f0562fdcb0b6ef4bf to your computer and use it in GitHub Desktop.
Save vinitshahdeo/3a4b0fd4e37a725f0562fdcb0b6ef4bf to your computer and use it in GitHub Desktop.
Add a Peerlist Badge to Your README

Add a Peerlist Badge to Your README

Description

Display a Peerlist profile badge in your GitHub README to showcase your professional profile and increase visibility.

Note

In case, Peerlist's GitHub Profile README doesn't work, use this as fallback.

Usage

To add a Peerlist badge to your README, use the following Markdown snippet:

[![Peerlist Badge](https://img.shields.io/badge/Peerlist-vinitshahdeo-00AB46?logo=peerlist)](https://peerlist.io/vinitshahdeo)

<a href="https://peerlist.io/vinitshahdeo">
  <img src="https://img.shields.io/badge/Peerlist-vinitshahdeo-00AB46?logo=peerlist"/>
</a>

Example Output:

Peerlist Badge

Instructions

  1. Copy the code snippet above.
  2. Replace vinitshahdeo with your Peerlist username.
  3. Paste the snippet in your repository's README.md file.
  4. Save and view the badge in your README.

Enhance your GitHub profile with a professional Peerlist badge! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment