cheerio-to-text
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "cheerio-to-text", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Turn a Cheerio object into plain text", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -23,3 +23,3 @@ # cheerio-to-html | ||
const $ = cheerio.load(html) | ||
console.log($("div#main")) | ||
console.log($("div#main").text()) | ||
// | ||
@@ -26,0 +26,0 @@ // Paragraph. |
9452