Skip to content

Commit c2f5955

Browse files
committed
Fixed Markdown formatting in the README
1 parent d3159c4 commit c2f5955

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ dependencies, and no need for polyfills.
1616

1717
- Parse any kind of `multipart/*`, e.g. `multipart/mixed`, `multipart/form-data`, `multipart/byteranges`, etc.
1818
- Create multipart messages with arbitrary parts
19-
- Initialise a Multipart instance directly from FormData
20-
- Serialise a Multipart instance into bytes ([
21-
`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array))
19+
- Initialise a [`Multipart`](https://zefir-git.github.io/Multipart.ts/classes/Multipart.html) instance directly from [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData)
20+
- Serialise a `Multipart` instance into bytes ([`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array))
2221
- Compatible with both Node.js and browsers, without requiring polyfills
2322
- Zero dependencies — lightweight and efficient
2423

0 commit comments

Comments
 (0)