Skip to content

Commit 42a94c7

Browse files
updated: readme file
1 parent a4852ce commit 42a94c7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# bianco.dom-to-array
22

3-
[![Build Status][travis-image]][travis-url]
4-
3+
[![Build Status][ci-image]][ci-url]
54
[![NPM version][npm-version-image]][npm-url]
65
[![NPM downloads][npm-downloads-image]][npm-url]
76
[![MIT License][license-image]][license-url]
@@ -33,18 +32,14 @@ $li.length // => 1
3332
Array.isArray($li) // => true
3433
```
3534

36-
[travis-image]: https://img.shields.io/travis/biancojs/dom-to-array.svg?style=flat-square
37-
38-
[travis-url]: https://travis-ci.org/biancojs/dom-to-array
35+
[ci-image]:https://img.shields.io/github/workflow/status/biancojs/dom-to-array/test?style=flat-square
36+
[ci-url]:https://github.com/biancojs/dom-to-array/actions
3937

4038
[license-image]: http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square
41-
4239
[license-url]: LICENSE.txt
4340

4441
[npm-version-image]: http://img.shields.io/npm/v/bianco.dom-to-array.svg?style=flat-square
45-
4642
[npm-downloads-image]: http://img.shields.io/npm/dm/bianco.dom-to-array.svg?style=flat-square
47-
4843
[npm-url]: https://npmjs.org/package/bianco.dom-to-array
4944

5045
## API

0 commit comments

Comments
 (0)