From ec50525b7267701edc70a6d9cee9cd27f031535a Mon Sep 17 00:00:00 2001 From: Vitor Hugo Date: Sun, 23 Jul 2023 18:18:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14604ea..7a60406 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # typescript-algorithms · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/includeVitor/typescript-algorithms/blob/main/LICENSE) [![Node.js CI](https://github.com/includeVitor/typescript-algorithms/workflows/Node.js%20CI/badge.svg)](https://github.com/includeVitor/typescript-algorithms/actions?query=workflow%3ANode.js+branch%3Amain) [![codecov](https://codecov.io/gh/includeVitor/typescript-algorithms/branch/main/graph/badge.svg?token=NGTWWNG2FW)](https://codecov.io/gh/includeVitor/typescript-algorithms) + +Inspired by [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)