Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iampersistent authored Nov 14, 2021
1 parent e1cdb42 commit bd919f4
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
@@ -1,7 +1,7 @@
Webonxy GraphQL Middleware
==========================

To use the middleware in Zend Expressive, configure the factories
To use the middleware in Laminas Mezzio, configure the factories

in `config/autoload/dependencies.global.php`

Expand All @@ -10,7 +10,7 @@ return [
'dependencies' => [
'factories' => [
\GraphQL\Server\StandardServer::class => \Xaddax\GraphQL\Factory\StandardServerFactory::class,
\Xaddax\GraphQL\Middleware\GraphQLMiddleware::class => \Xaddax\GraphQL\Factory\GraphQLMiddlewareFactory::class,
\Zestic\GraphQL\Middleware\GraphQLMiddleware::class => \Xaddax\GraphQL\Factory\GraphQLMiddlewareFactory::class,
],
],
];
Expand Down

0 comments on commit bd919f4

Please sign in to comment.