Skip to content

Commit

Permalink
chore: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern authored Mar 2, 2024
1 parent b3fe6a0 commit c5afee7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const results = await Dexonline.get("word");
```

Alternatively, you can parse HTML of the website directly, bypassing the fetch
step as follows. Notice that, as opposed to `get()`, `parse()` is synchronous as
opposed to:
step as follows. Notice that, as opposed to `get()`, `parse()` is synchronous:

```ts
import * as Dexonline from "dexonline-scraper";
Expand Down

0 comments on commit c5afee7

Please sign in to comment.