Skip to content

Commit b707e66

Browse files
authored
docs(graphql): fix installation instructions typo
1 parent 3137f96 commit b707e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Start by installing the required packages:
1313
$ npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-express
1414

1515
# For Fastify and Apollo
16-
# npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-express
16+
# npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-fastify
1717

1818
# For Fastify and Mercurius
1919
# npm i @nestjs/graphql @nestjs/mercurius graphql mercurius

0 commit comments

Comments
 (0)