Skip to content

Commit 96cce4a

Browse files
committed
Remove note about installing multipart-parser from JSR
1 parent 36afd68 commit 96cce4a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/multipart-parser/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ Install from [npm](https://www.npmjs.com/):
2929
npm install @remix-run/multipart-parser
3030
```
3131

32-
Or install from [JSR](https://jsr.io/):
33-
34-
```sh
35-
deno add @remix-run/multipart-parser
36-
```
37-
3832
## Usage
3933

4034
The most common use case for `multipart-parser` is handling file uploads when you're building a web server. For this case, the `parseMultipartRequest` function is your friend. It automatically validates the request is `multipart/form-data`, extracts the multipart boundary from the `Content-Type` header, parses all fields and files in the `request.body` stream, and gives each one to you as a `MultipartPart` object with a rich API for accessing its metadata and content.

0 commit comments

Comments
 (0)