From 43a2b6ef96786761d7e20c32c8f7ebd0a3e92ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Sun, 8 Nov 2020 07:28:57 +0100 Subject: [PATCH] :unamused: chore(README): Link to main branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ead0ea..838ff03 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ See [docs](https://aureooms.github.io/js-mincut/index.html). mincut([[0,1],[1,2],[1,3],[2,3],[0,4],[0,5],[4,5]]); // 0--1 ``` -[![License](https://img.shields.io/github/license/aureooms/js-mincut.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-mincut/master/LICENSE) +[![License](https://img.shields.io/github/license/aureooms/js-mincut.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-mincut/main/LICENSE) [![NPM version](https://img.shields.io/npm/v/@aureooms/js-mincut.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-mincut) [![Build status](https://img.shields.io/travis/aureooms/js-mincut.svg?style=flat)](https://travis-ci.org/aureooms/js-mincut) [![Coverage status](https://img.shields.io/coveralls/aureooms/js-mincut.svg?style=flat)](https://coveralls.io/r/aureooms/js-mincut)