From 803d8388c5edc25b276697d5ec7ba33f662eafc8 Mon Sep 17 00:00:00 2001 From: Gustavo Henke Date: Mon, 1 Apr 2024 19:03:14 -0300 Subject: [PATCH] Update CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef9ad0..2113640 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Toposort -[![Build Status](https://img.shields.io/travis/gustavohenke/toposort/master.svg)](https://travis-ci.org/gustavohenke/toposort) +[![CI](https://github.com/gustavohenke/toposort/actions/workflows/ci.yml/badge.svg)](https://github.com/gustavohenke/toposort/actions/workflows/ci.yml) __Sorting directed acyclic graphs, for Node.js, io.js and the browser__ _This was originally done by Marcel Klehr. [Why not checkout his original repo?](https://github.com/marcelklehr/toposort)_