diff --git a/index.d.ts b/index.d.ts index bc7b0c0..4f722d7 100755 --- a/index.d.ts +++ b/index.d.ts @@ -1,6 +1,6 @@ // Type definitions -export function parse(url: string): Promise; +export function read(url: string): Promise; export interface FeedData {