Skip to content

Commit 6284939

Browse files
committed
v0.0.9
1 parent e4671de commit 6284939

File tree

3 files changed

+7196
-55
lines changed

3 files changed

+7196
-55
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export interface IDom {
2121
2222
```
2323

24-
## parse
25-
parse html to idom array
24+
## parse
25+
parse html to idom array
2626
```
2727
const { parse, stringify } = require('html-parse-string');
2828
const t = `<div>this is div</div>`;
@@ -52,7 +52,7 @@ const { parse, stringify } = require('html-parse-string');
5252
const t = `<div>this is div</div>`;
5353
const ast = parse(t);
5454
console.log(stringify(ast));
55-
```
55+
```
5656
get html string
5757
```
5858
<div>this is div</div>

0 commit comments

Comments
 (0)