Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Feb 8, 2017
1 parent 1035601 commit 2b945ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ summaly(url[, opts])
``` typescript
interface IPlugin {
test: (url: URL.Url) => boolean;
summary: (url: URL.Url) => Promise<ISummary>;
summarize: (url: URL.Url) => Promise<Summary>;
}
```

Expand Down

0 comments on commit 2b945ca

Please sign in to comment.