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

Commit f82e8ea

Browse files
committed
Update README.md
1 parent cefaf24 commit f82e8ea

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# makeHTMLFileReadable.js
22

3-
A simple example on how to use Mozilla Readability.js under Node.js to parse HTML files.
3+
#### A simple example on how to use Mozilla Readability.js under Node.js to parse HTML files.
44

55
You can find the mozilla repository here : https://github.com/mozilla/readability
6-
76
In this repository you can find an example of Readability.js usage under node.js in order to parse .html file.
87

9-
First, install node dependencies and Readability.js (it's not available under npm, then use github under npm to get it):
8+
- First, install node dependencies and Readability.js (it's not available under npm, then use github under npm to get it):
109

1110
````
1211
npm install --save-dev jsdom github:mozilla/readability
1312
````
1413

15-
These dependencies are also available in my package.json.
16-
17-
Then, use the script in command line:
14+
- Then, use the script in command line:
1815

1916
````
2017
node makeHTMLFileReadable.js /path/to/yourfile.html /path/to/yourparsedfile.html

0 commit comments

Comments
 (0)