From 85b426fea3d98481fd4acbafce0857189199426e Mon Sep 17 00:00:00 2001 From: Jim Fisher Date: Mon, 28 Nov 2022 08:48:19 +0000 Subject: [PATCH] Recommend @koa/multer for multipart/form-data (#145) This seems to be the official stance of the Koa community --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39e94aa..9970c2d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A body parser for koa, based on [co-body](https://github.com/tj/co-body). support `json`, `form` and `text` type body. -> Notice: this module don't support parsing multipart format data, please use [co-busboy](https://github.com/cojs/busboy) to parse multipart format data. +> Notice: this module doesn't support parsing multipart format data, please use [`@koa/multer`](https://github.com/koajs/multer) to parse multipart format data. ## Install