mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-06-25 21:07:55 +09:00
Fix doc
This commit is contained in:
parent
10356019ed
commit
2b945cac3a
@ -30,7 +30,7 @@ summaly(url[, opts])
|
|||||||
``` typescript
|
``` typescript
|
||||||
interface IPlugin {
|
interface IPlugin {
|
||||||
test: (url: URL.Url) => boolean;
|
test: (url: URL.Url) => boolean;
|
||||||
summary: (url: URL.Url) => Promise<ISummary>;
|
summarize: (url: URL.Url) => Promise<Summary>;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user