File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ const b = ZZ.from( '-302940923028393' ) ;
14
14
a .mul ( b ).toString ( ) ; // '-903954021577363596419770144565091'
15
15
```
16
16
17
- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-integer.svg )] ( https://raw.githubusercontent.com/aureooms/js-integer/master /LICENSE )
17
+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-integer.svg )] ( https://raw.githubusercontent.com/aureooms/js-integer/main /LICENSE )
18
18
[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-integer.svg )] ( https://www.npmjs.org/package/@aureooms/js-integer )
19
- [ ![ Build] ( https://img.shields.io/travis/aureooms/js-integer/master .svg )] ( https://travis-ci.org/aureooms/js-integer/branches )
19
+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-integer/main .svg )] ( https://travis-ci.org/aureooms/js-integer/branches )
20
20
[ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-integer.svg )] ( https://david-dm.org/aureooms/js-integer )
21
21
[ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-integer.svg )] ( https://david-dm.org/aureooms/js-integer?type=dev )
22
22
[ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-integer.svg )] ( https://github.com/aureooms/js-integer/issues )
23
23
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-integer.svg )] ( https://www.npmjs.org/package/@aureooms/js-integer )
24
24
25
25
[ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-integer.svg )] ( https://codeclimate.com/github/aureooms/js-integer/issues )
26
26
[ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-integer.svg )] ( https://codeclimate.com/github/aureooms/js-integer/trends/churn )
27
- [ ![ Code coverage (alls)] ( https://img.shields.io/coveralls/github/aureooms/js-integer/master .svg )] ( https://coveralls.io/r/aureooms/js-integer )
27
+ [ ![ Code coverage (alls)] ( https://img.shields.io/coveralls/github/aureooms/js-integer/main .svg )] ( https://coveralls.io/r/aureooms/js-integer )
28
28
[ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-integer.svg )] ( https://codeclimate.com/github/aureooms/js-integer/trends/technical_debt )
29
29
[ ![ Documentation] ( https://aureooms.github.io/js-integer/badge.svg )] ( https://aureooms.github.io/js-integer/source.html )
30
30
[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-integer )] ( https://bundlephobia.com/result?p=@aureooms/js-integer )
Original file line number Diff line number Diff line change 1
1
# Examples
2
2
3
- > More examples in [ the test files] ( https://github.com/aureooms/js-integer/tree/master /test/src ) .
3
+ > More examples in [ the test files] ( https://github.com/aureooms/js-integer/tree/main /test/src ) .
4
4
5
5
``` js
6
6
import { ZZ } from ' @aureooms/js-integer' ;
You can’t perform that action at this time.
0 commit comments