Skip to content

Commit c3607df

Browse files
committed
Update README
1 parent 938aef4 commit c3607df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ bun add @extractus/article-extractor
2626

2727
```ts
2828
import { extract } from '@extractus/article-extractor'
29-
```
30-
31-
Please check [the examples](examples) for reference.
3229

30+
const data = await extract(ARTICLE_URL)
31+
console.log(data)
32+
```
3333

3434
## APIs
3535

0 commit comments

Comments
 (0)