fix(read-chunk/README): fix pkg name
This commit is contained in:
parent
2ceba11aa7
commit
3c0ca7026f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user