Skip to content

Commit 5a2f6ff

Browse files
committed
fix cheerio formatting
1 parent 1d44837 commit 5a2f6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/web_scraping_for_beginners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Throughout the next lessons, we will sometimes use certain technologies and term
6262

6363
### [](#jquery-or-cheerio) jQuery or Cheerio
6464

65-
We'll be using the [`cheerio`](https://www.npmjs.com/package/cheerio) package a whole lot to parse data from HTML. This package provides a simple API using jQuery syntax to help traverse downloaded HTML within Node.js.
65+
We'll be using the [**Cheerio**](https://www.npmjs.com/package/cheerio) package a whole lot to parse data from HTML. This package provides a simple API using jQuery syntax to help traverse downloaded HTML within Node.js.
6666

6767
## [](#next) Next up
6868

0 commit comments

Comments
 (0)