Skip to content

Commit 8bc969b

Browse files
committed
文档
1 parent ae34e91 commit 8bc969b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class XCrawl {
5151
}
5252
```
5353
54-
- <div id="myXrawl">Example</div>
54+
- <div id="myXCrawl">Example</div>
5555
5656
myXCrawl is the crawler instance of the following example.
5757
@@ -69,7 +69,7 @@ const myXCrawl = new XCrawl({
6969
7070
### fetch
7171
72-
fetch is the method of the above <a href="#myXCrawl" style="text-decoration: none">myXCrawl</a> instance, which is usually used to crawl APIs to obtain JSON data and so on.
72+
fetch is the method of the above <a href="#myXCrawl" style="text-decoration: none">myXCrawl</a> instance, which is usually used to crawl APIs to obtain JSON data and so on.
7373
7474
- Type
7575

publish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class XCrawl {
5151
}
5252
```
5353
54-
- <div id="myXrawl">Example</div>
54+
- <div id="myXCrawl">Example</div>
5555
5656
myXCrawl is the crawler instance of the following example.
5757
@@ -69,7 +69,7 @@ const myXCrawl = new XCrawl({
6969
7070
### fetch
7171
72-
fetch is the method of the above <a href="#myXCrawl" style="text-decoration: none">myXCrawl</a> instance, which is usually used to crawl APIs to obtain JSON data and so on.
72+
fetch is the method of the above <a href="#myXCrawl" style="text-decoration: none">myXCrawl</a> instance, which is usually used to crawl APIs to obtain JSON data and so on.
7373
7474
- Type
7575

0 commit comments

Comments
 (0)