Skip to content

Commit

Permalink
docs: improve readability (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreejit-Sengupto authored Dec 20, 2024
1 parent c283061 commit 2405995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 a HTML form. Take special note of the `enctype="multipart/form-data"` and `name="uploaded_file"` fields:

```html
<form action="/stats" enctype="multipart/form-data" method="post">
Expand Down

0 comments on commit 2405995

Please sign in to comment.