Skip to content

Commit 0027b0c

Browse files
committed
Remove reference to deprecated package
1 parent dd7a923 commit 0027b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ use Lcobucci\ContentNegotiation\ContentTypeMiddleware;
5151
use Lcobucci\ErrorHandling\ErrorConversionMiddleware;
5252
use Lcobucci\ErrorHandling\ErrorLoggingMiddleware;
5353

54-
// In a Zend Expressive application, it would look like this:
54+
// In a Laminas Mezzio application, it would look like this:
5555
$application->pipe(ContentTypeMiddleware::fromRecommendedSettings( /* ... */ )); // Very first middleware
5656
$application->pipe(new ErrorConversionMiddleware( /* ... */ ));
5757
$application->pipe(new ErrorLoggingMiddleware( /* ... */ ));

0 commit comments

Comments
 (0)