Skip to content

Commit 020b4e8

Browse files
committed
Update README.md
1 parent 381f3dd commit 020b4e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3781,8 +3781,6 @@ if (response.error) {
37813781

37823782
Middleware functions are functions that have access to the **request object (req)**, the **response object (res)**, and the `next` function in the application\'s request-response cycle.
37833783

3784-
The `next` function is a function in the Express router which, when invoked, executes the middleware succeeding the current middleware.
3785-
37863784
Middleware functions can perform the following tasks:
37873785

37883786
* Execute any code.

0 commit comments

Comments
 (0)