From 50dd4bc8e49375c5ecddd7bef35360bf02ffaa13 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 29 Nov 2023 20:39:41 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a6b8167..af00567 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # LeetCode-in-Php + +[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/LeetCode-in-Php/LeetCode-in-Php/blob/main/LICENSE) +[![PHP Composer](https://github.com/LeetCode-in-Php/LeetCode-in-Php/actions/workflows/php.yml/badge.svg)](https://github.com/LeetCode-in-Php/LeetCode-in-Php/actions/workflows/php.yml) +[![](https://img.shields.io/github/stars/LeetCode-in-Php/LeetCode-in-Php?style=flat-square)](https://github.com/LeetCode-in-Php/LeetCode-in-Php) +[![](https://img.shields.io/github/forks/LeetCode-in-Php/LeetCode-in-Php?style=flat-square)](https://github.com/LeetCode-in-Php/LeetCode-in-Php/fork) + Php-based LeetCode algorithm problem solutions, regularly updated.