Skip to content

Commit 9cce982

Browse files
😒 chore(README): Link to main branch.
1 parent c7f1ef7 commit 9cce982

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ import {dict, encode, decode} from '@aureooms/js-lempel-ziv/lz78' ;
1212
[...decode(dict(), encode(dict(), 'abcd'))].join(''); // abcd
1313
```
1414

15-
[![License](https://img.shields.io/github/license/aureooms/js-lempel-ziv.svg)](https://raw.githubusercontent.com/aureooms/js-lempel-ziv/master/LICENSE)
15+
[![License](https://img.shields.io/github/license/aureooms/js-lempel-ziv.svg)](https://raw.githubusercontent.com/aureooms/js-lempel-ziv/main/LICENSE)
1616
[![Version](https://img.shields.io/npm/v/@aureooms/js-lempel-ziv.svg)](https://www.npmjs.org/package/@aureooms/js-lempel-ziv)
17-
[![Build](https://img.shields.io/travis/aureooms/js-lempel-ziv/master.svg)](https://travis-ci.org/aureooms/js-lempel-ziv/branches)
17+
[![Build](https://img.shields.io/travis/aureooms/js-lempel-ziv/main.svg)](https://travis-ci.org/aureooms/js-lempel-ziv/branches)
1818
[![Dependencies](https://img.shields.io/david/aureooms/js-lempel-ziv.svg)](https://david-dm.org/aureooms/js-lempel-ziv)
1919
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-lempel-ziv.svg)](https://david-dm.org/aureooms/js-lempel-ziv?type=dev)
2020
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-lempel-ziv.svg)](https://github.com/aureooms/js-lempel-ziv/issues)
2121
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-lempel-ziv.svg)](https://www.npmjs.org/package/@aureooms/js-lempel-ziv)
2222

2323
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-lempel-ziv.svg)](https://codeclimate.com/github/aureooms/js-lempel-ziv/issues)
2424
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-lempel-ziv.svg)](https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/churn)
25-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-lempel-ziv/master.svg)](https://codecov.io/gh/aureooms/js-lempel-ziv)
26-
<!--[![Code coverage (alls)](https://img.shields.io/coveralls/github/aureooms/js-lempel-ziv/master.svg)](https://coveralls.io/r/aureooms/js-lempel-ziv)-->
25+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-lempel-ziv/main.svg)](https://codecov.io/gh/aureooms/js-lempel-ziv)
26+
<!--[![Code coverage (alls)](https://img.shields.io/coveralls/github/aureooms/js-lempel-ziv/main.svg)](https://coveralls.io/r/aureooms/js-lempel-ziv)-->
2727
<!--[![Code coverage (clim)](https://img.shields.io/codeclimate/coverage/aureooms/js-lempel-ziv.svg)](https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/test_coverage_new_code)-->
2828
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-lempel-ziv.svg)](https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/technical_debt)
2929
[![Documentation](https://aureooms.github.io/js-lempel-ziv/badge.svg)](https://aureooms.github.io/js-lempel-ziv/source.html)

doc/manual/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Examples
22

3-
> More examples in [the test files](https://github.com/aureooms/js-lempel-ziv/tree/master/test/src).
3+
> More examples in [the test files](https://github.com/aureooms/js-lempel-ziv/tree/main/test/src).

0 commit comments

Comments
 (0)