diff --git a/README.md b/README.md index 730d540..96e3af3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ A regular expression that can be used to validate a boundary string. A regular expression that can be used to extract a boundary string from a `Content-Type` header. -#### `encodeMultipartMessage = (boundary: string, msg: TDecodedMultipartMessage[]): ReadableStream<ArrayBuffer> +#### `encodeMultipartMessage(boundary: string, msg: TDecodedMultipartMessage[]): ReadableStream<ArrayBuffer>` This function takes a boundary string and an array of messages as arguments and returns a `ReadableStream` that can be read to obtain a multipart message. diff --git a/package.json b/package.json index 27b6638..a91fc42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exact-realty/multipart-parser", - "version": "1.0.3", + "version": "1.0.4", "description": "TypeScript streaming parser for MIME multipart messages", "main": "dist/index.js", "module": "./dist/index.mjs",