From 159c349ee396c23e03ff1d6b6b79adfa117e03c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Mon, 2 Nov 2020 12:17:00 +0100 Subject: [PATCH] :unamused: chore(README): Link to main branch. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b0c5e4..de89597 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Parent is [@aureooms/js-library](https://github.com/aureooms/js-library). cycle( chain( [ [ 0 , 1 , 2 ] , [ 3 , 4 , 5 ] ] ) ) ; // 0 1 2 3 4 5 0 1 ... ``` -[![License](https://img.shields.io/github/license/aureooms/js-itertools.svg)](https://raw.githubusercontent.com/aureooms/js-itertools/master/LICENSE) +[![License](https://img.shields.io/github/license/aureooms/js-itertools.svg)](https://raw.githubusercontent.com/aureooms/js-itertools/main/LICENSE) [![Version](https://img.shields.io/npm/v/@aureooms/js-itertools.svg)](https://www.npmjs.org/package/@aureooms/js-itertools) -[![Build](https://img.shields.io/travis/aureooms/js-itertools/master.svg)](https://travis-ci.org/aureooms/js-itertools/branches) +[![Build](https://img.shields.io/travis/aureooms/js-itertools/main.svg)](https://travis-ci.org/aureooms/js-itertools/branches) [![Dependencies](https://img.shields.io/david/aureooms/js-itertools.svg)](https://david-dm.org/aureooms/js-itertools) [![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-itertools.svg)](https://david-dm.org/aureooms/js-itertools?type=dev) [![GitHub issues](https://img.shields.io/github/issues/aureooms/js-itertools.svg)](https://github.com/aureooms/js-itertools/issues) @@ -28,7 +28,7 @@ cycle( chain( [ [ 0 , 1 , 2 ] , [ 3 , 4 , 5 ] ] ) ) ; // 0 1 2 3 4 5 0 1 ... [![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-itertools.svg)](https://codeclimate.com/github/aureooms/js-itertools/issues) [![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-itertools.svg)](https://codeclimate.com/github/aureooms/js-itertools/trends/churn) -[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-itertools/master.svg)](https://codecov.io/gh/aureooms/js-itertools) +[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-itertools/main.svg)](https://codecov.io/gh/aureooms/js-itertools) [![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-itertools.svg)](https://codeclimate.com/github/aureooms/js-itertools/trends/technical_debt) [![Documentation](https://aureooms.github.io/js-itertools/badge.svg)](https://aureooms.github.io/js-itertools/source.html) [![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-itertools)](https://bundlephobia.com/result?p=@aureooms/js-itertools)