From 287bb4f71b5ac94e05e5125a52ebefd864eb683c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 22 Sep 2021 17:11:50 +0300 Subject: [PATCH] Update README.md --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index e1e599d..7b323e4 100644 --- a/README.md +++ b/README.md @@ -114,33 +114,6 @@ module.exports = { } ``` -Also each function can be asynchronous. - -```js -module.exports = { - site: 'example.com', - output: 'example.com.guide.xml', - channels: 'example.com.channels.xml', - request: { - async headers() { - return { ... } - }, - async data() { - return { ... } - } - }, - async url() { - return '...' - }, - async logo() { - return '...' - }, - async parser() { - return [ ... ] - } -} -``` - #### example.com.channels.xml ```xml