Skip to content

Commit 395c98c

Browse files
committed
Fix lint
1 parent 1313fd7 commit 395c98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ const got = require('got')
6868
const targetUrl = 'http://www.bloomberg.com/news/articles/2016-05-24/as-zenefits-stumbles-gusto-goes-head-on-by-selling-insurance'
6969

7070
;(async () => {
71-
const {body: html, url} = await got(targetUrl)
72-
const metadata = await metascraper({html, url})
71+
const { body: html, url } = await got(targetUrl)
72+
const metadata = await metascraper({ html, url })
7373
console.log(metadata)
7474
})()
7575
```

0 commit comments

Comments
 (0)