diff --git a/README.md b/README.md index d327022..ee0c8ae 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ the `CID`s contained within the CAR referenced by this reader. * `bytes` `(Uint8Array)` -* Returns: `Promise`: blip blop +* Returns: `Promise` Instantiate a [`CarReader`](#CarReader) from a `Uint8Array` blob. This performs a decode fully in memory and maintains the decoded state in memory for full diff --git a/src/reader-browser.js b/src/reader-browser.js index b12fad1..f2ecbb8 100644 --- a/src/reader-browser.js +++ b/src/reader-browser.js @@ -148,7 +148,7 @@ export class CarReader { * @static * @memberof CarReader * @param {Uint8Array} bytes - * @returns {Promise} blip blop + * @returns {Promise} */ static async fromBytes (bytes) { if (!(bytes instanceof Uint8Array)) {