Skip to content

Commit

Permalink
docs: fix code sample in academy (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-MO authored Feb 13, 2024
1 parent 6b62629 commit 8922248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npm install got-scraping cheerio
With the libraries installed, create a new file in the project's folder called **main.js**. This is where we will put all our code. Before we start scraping, though, let's do a simple check that everything installed correctly. Add this piece of code inside **main.js**.

```js
import gotScraping from 'got-scraping';
import { gotScraping } from 'got-scraping';
import * as cheerio from 'cheerio';

console.log('it works!');
Expand Down

0 comments on commit 8922248

Please sign in to comment.