Skip to content

Commit 85b426f

Browse files
authored
Recommend @koa/multer for multipart/form-data (#145)
This seems to be the official stance of the Koa community
1 parent 4d931c6 commit 85b426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
A body parser for koa, based on [co-body](https://github.com/tj/co-body). support `json`, `form` and `text` type body.
2222

23-
> Notice: this module don't support parsing multipart format data, please use [co-busboy](https://github.com/cojs/busboy) to parse multipart format data.
23+
> Notice: this module doesn't support parsing multipart format data, please use [`@koa/multer`](https://github.com/koajs/multer) to parse multipart format data.
2424
2525
## Install
2626

0 commit comments

Comments
 (0)