Skip to content

Commit 8c28b69

Browse files
docs(readme): replace badgen.net with shields.io status badges
Release-As: 5.1.2
1 parent 6a2f688 commit 8c28b69

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![NPM](https://nodei.co/npm/html-dom-parser.png)](https://nodei.co/npm/html-dom-parser/)
44

5-
[![NPM version](https://badgen.net/npm/v/html-dom-parser)](https://www.npmjs.com/package/html-dom-parser)
6-
[![Bundlephobia minified + gzip](https://badgen.net/bundlephobia/minzip/html-dom-parser)](https://bundlephobia.com/package/html-dom-parser)
5+
[![NPM version](https://img.shields.io/npm/v/html-dom-parser)](https://www.npmjs.com/package/html-dom-parser)
6+
[![NPM bundle size](https://img.shields.io/bundlephobia/minzip/html-dom-parser)](https://bundlephobia.com/package/html-dom-parser)
77
[![build](https://github.com/remarkablemark/html-dom-parser/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/html-dom-parser/actions/workflows/build.yml)
88
[![codecov](https://codecov.io/gh/remarkablemark/html-dom-parser/branch/master/graph/badge.svg?token=6RRL0875TY)](https://codecov.io/gh/remarkablemark/html-dom-parser)
9-
[![NPM downloads](https://badgen.net/npm/dm/html-dom-parser)](https://www.npmjs.com/package/html-dom-parser)
9+
[![NPM downloads](https://img.shields.io/npm/dm/html-dom-parser)](https://www.npmjs.com/package/html-dom-parser)
1010

1111
HTML to DOM parser that works on both the server (Node.js) and the client (browser):
1212

@@ -16,7 +16,7 @@ HTMLDOMParser(string[, options])
1616

1717
The parser converts an HTML string to a JavaScript object that describes the DOM tree.
1818

19-
#### Example
19+
For example:
2020

2121
```js
2222
import parse from 'html-dom-parser';
@@ -57,7 +57,7 @@ parse('<p>Hello, World!</p>');
5757
</p>
5858
</details>
5959

60-
[Replit](https://replit.com/@remarkablemark/html-dom-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/ff9yg1yz/) | [Examples](https://github.com/remarkablemark/html-dom-parser/tree/master/examples)
60+
[JSFiddle](https://jsfiddle.net/remarkablemark/ff9yg1yz/) | [Examples](https://github.com/remarkablemark/html-dom-parser/tree/master/examples)
6161

6262
## Install
6363

0 commit comments

Comments
 (0)