From cab46518458132cdd7184467bedfe41675529cb7 Mon Sep 17 00:00:00 2001 From: Ukoha Chukwuebuka Date: Thu, 11 May 2023 17:44:13 +0100 Subject: [PATCH] fix: fixed a typo error in the README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c4dc4d9..3a7246d4 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ app.post('/profile', upload.none(), function (req, res, next) { }) ``` -Here's an example on how multer is used an HTML form. Take special note of the `enctype="multipart/form-data"` and `name="uploaded_file"` fields: +Here's an example on how multer is used in an HTML form. Take special note of the `enctype="multipart/form-data"` and `name="uploaded_file"` fields: ```html