From ded06f2fab6136cf60cafaf86f31e80e22a48c51 Mon Sep 17 00:00:00 2001 From: Anurag Date: Wed, 22 Sep 2021 22:07:12 +0530 Subject: [PATCH] chore: added under-the-hood blogpost link in contributing.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d654206..35bfdbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,15 @@ Pull requests are the best way to propose changes. We actively welcome your pull 1. If you've changed APIs, update the documentation. 1. Issue that pull request! +## Under the hood of github-readme-stats + +Interested in diving deeper into understanding how github-readme-stats works? + +[Bohdan](https://github.com/Bogdan-Lyashenko) wrote an amazing in-depth post about it, check it out: + +**[Under the hood of github-readme-stats project](https://codecrumbs.io/library/github-readme-stats)** + + ## Local Development To run & test github-readme-stats you need to follow few simple steps :-