diff --git a/@vates/read-chunk/README.md b/@vates/read-chunk/README.md index b3bcf40cd..64453301d 100644 --- a/@vates/read-chunk/README.md +++ b/@vates/read-chunk/README.md @@ -19,7 +19,7 @@ Installation of the [npm package](https://npmjs.org/package/@vates/read-chunk): - returns `null` if the stream has ended ```js -import { readChunk } from '@xen-orchestra/read-chunk' +import { readChunk } from '@vates/read-chunk' ;(async () => { let chunk while ((chunk = await readChunk(stream, 1024)) !== null) {