We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1313fd7 commit 395c98cCopy full SHA for 395c98c
README.md
@@ -68,8 +68,8 @@ const got = require('got')
68
const targetUrl = 'http://www.bloomberg.com/news/articles/2016-05-24/as-zenefits-stumbles-gusto-goes-head-on-by-selling-insurance'
69
70
;(async () => {
71
- const {body: html, url} = await got(targetUrl)
72
- const metadata = await metascraper({html, url})
+ const { body: html, url } = await got(targetUrl)
+ const metadata = await metascraper({ html, url })
73
console.log(metadata)
74
})()
75
```
0 commit comments