Skip to content

Commit

Permalink
chore: typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Apr 15, 2022
1 parent a0e5b22 commit 2c0ad6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@ PicaComicAPI.prototype.fetchImage(payload: { path: string, fileServer?: string }
* page - 页数(可选)
* sort - 排序(可选)
* }
* @return Comics
* @return SearchedComics
*/
PicaComicAPI.prototype.search(payload: { token: string, keyword: string, categories?: string[], page?: number, sort?: ComicSort }): Promise<Comics>
PicaComicAPI.prototype.search(payload: { token: string, keyword: string, categories?: string[], page?: number, sort?: ComicSort }): Promise<SearchedComics>
```

</details>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@ PicaComicAPI.prototype.fetchImage(payload: { path: string, fileServer?: string }
* page - Page number (optional)
* sort - Sorting type (optional)
* }
* @return Comics
* @return SearchedComics
*/
PicaComicAPI.prototype.search(payload: { token: string, keyword: string, categories?: string[], page?: number, sort?: ComicSort }): Promise<Comics>
PicaComicAPI.prototype.search(payload: { token: string, keyword: string, categories?: string[], page?: number, sort?: ComicSort }): Promise<SearchedComics>
```

</details>
Expand Down

0 comments on commit 2c0ad6e

Please sign in to comment.