From f40fd90039f602339daa7980974116703ee60846 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Tue, 22 Aug 2023 12:56:42 +0200 Subject: [PATCH] update badges --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a7ccfec..f4abffc 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ Match balanced string pairs, like `{` and `}` or `` and ``. Supports regular expressions as well! -[![build status](https://secure.travis-ci.org/juliangruber/balanced-match.svg)](http://travis-ci.org/juliangruber/balanced-match) +[![CI](https://github.com/juliangruber/balanced-match/actions/workflows/ci.yml/badge.svg)](https://github.com/juliangruber/balanced-match/actions/workflows/ci.yml) [![downloads](https://img.shields.io/npm/dm/balanced-match.svg)](https://www.npmjs.org/package/balanced-match) -[![testling badge](https://ci.testling.com/juliangruber/balanced-match.png)](https://ci.testling.com/juliangruber/balanced-match) - ## Example Get the first matching pair of braces: