Skip to content

Commit bcb978d

Browse files
committed
Fix copy past issue
1 parent 373a55f commit bcb978d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ To read & normalize RSS/ATOM/JSON feed data.
1717

1818
```bash
1919
# bun
20-
bun add @extractus/oembed-extractor
20+
bun add @extractus/feed-extractor
2121

2222
# npm
23-
npm i @extractus/oembed-extractor
23+
npm i @extractus/feed-extractor
2424

2525
# pnpm
26-
pnpm install @extractus/oembed-extractor
26+
pnpm install @extractus/feed-extractor
2727

2828
# yarn
29-
yarn add @extractus/oembed-extractor
29+
yarn add @extractus/feed-extractor
3030
```
3131

3232
## Usage

0 commit comments

Comments
 (0)