Skip to content

Commit dc2c77b

Browse files
author
Malte Legenhausen
committed
Typos fixed. Version bump
1 parent 1162877 commit dc2c77b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can read from a file via:
2323
var htmlToText = require('html-to-text');
2424
2525
htmlToText.fromFile(path.join(__dirname, 'test.html'), {
26-
tables: ['invoice', 'address']
26+
tables: ['#invoice', '.address']
2727
}, function(err, text) {
2828
if (err) return console.error(err);
2929
console.log(text);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-to-text",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Simple html to plain text converter",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)