Skip to content

Commit 67bdfbb

Browse files
authored
Replace blurhash (deprecated) with blurup (muxinc#1203)
1 parent 7f9656f commit 67bdfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mux-player-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import MuxPlayer from '@mux/mux-player-react/lazy';
6262
/>;
6363
```
6464

65-
If you are generating your pages with a Node.js server (for example, [Next.js](https://nextjs.org/docs/basic-features/data-fetching/)), consider using `@mux/mux-player-react/lazy` with [`@mux/blurhash`](https://github.com/muxinc/blurhash) to generate a placeholder to display during loading.
65+
If you are generating your pages with a Node.js server (for example, [Next.js](https://nextjs.org/docs/basic-features/data-fetching/)), consider using `@mux/mux-player-react/lazy` with [`@mux/blurup`](https://github.com/muxinc/blurup) to generate a placeholder to display during loading.
6666

6767
# Docs
6868

0 commit comments

Comments
 (0)