diff --git a/README.md b/README.md index fc5702a3..8d1096a8 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,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