Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzadimahdi committed Feb 20, 2020
1 parent a8de517 commit e27ea16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ $response = $request



###### How to create
##### How to create

Middlewares can be created by running the below command

Expand Down Expand Up @@ -257,7 +257,7 @@ public function handle($request, Closure $next)
}
```

###### Global middlewares
##### Global middlewares

You can use `Request::withGlobalMiddlewares` to add global middlewares.
global middlewares will be binded to all requests.
Expand Down

0 comments on commit e27ea16

Please # to comment.