Skip to content

Commit 1c96d3b

Browse files
committed
Strong text
1 parent 1d60e54 commit 1c96d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This package provide trait and abstract class for your [psr-15 middlewares](http
66

77
So you can call your middleware in both styles.
88

9-
*Standard PSR-15 call:*
9+
**Standard PSR-15 call:**
1010

1111
```php
1212
$middeware->process($request, $delegate);
1313
```
1414

15-
*Possible call after implements this package:*
15+
**Possible call after implements this package:**
1616

1717
```php
1818
$middleware($request, $response, $next);

0 commit comments

Comments
 (0)