Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit d347321

Browse files
committed
Update makeHTMLFileReadable.js
1 parent f82e8ea commit d347321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makeHTMLFileReadable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
const fs = require('fs');
33
const jsdom = require('jsdom').jsdom;
4-
const Readability = require('readability').Readability;
4+
const Readability = require('readability/index.js').Readability;
55

66
function readFile(path) {
77
return fs.readFileSync(path, {encoding: 'utf-8'}).trim();

0 commit comments

Comments
 (0)