Skip to content

Commit d7e54ad

Browse files
committed
Update README.md
1 parent bcf6c33 commit d7e54ad

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
@@ -2545,7 +2545,7 @@ app.listen(3000, function(){
25452545

25462546
## Q. ***Explain the terms body-parser, cookie-parser, debug, jade, morgan, nodemon, pm2, serve-favicon, cors, .env, checksum, fs-extra, moment in Express JS?***
25472547

2548-
**1. `body-parser`**
2548+
**1. body-parser**
25492549

25502550
`body-parser` extract the entire body portion of an incoming request stream and exposes it on `req.body`. This body-parser module parses the JSON, buffer, string and URL encoded data submitted using HTTP POST request.
25512551

0 commit comments

Comments
 (0)