From cb695a149a21214ec65925fc9856d6c4a1154661 Mon Sep 17 00:00:00 2001 From: Daniel Baker Date: Fri, 8 May 2020 16:33:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0681ab3..3cebb118 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Minocore: Fast Generic Coresets [![Build Status](https://travis-ci.com/dnbaker/fgc.svg?token=nzWL3kpck4ymqu9SdesD&branch=master)](https://travis-ci.com/dnbaker/fgc) +## Minocore: Fast Generic Coresets [![Build Status](https://travis-ci.com/dnbaker/minocore.svg?token=nzWL3kpck4ymqu9SdesD&branch=master)](https://travis-ci.com/dnbaker/minocore) Minocore is a fast, generic library for constructing and clustering coresets on graphs, in metric spaces and under non-metric dissimilarity measures. It includes methods for constant-factor and bicriteria approximation solutions, as well as coreset sampling algorithms.