Skip to content

Commit

Permalink
apollo-server-express: mention graphql-js in README
Browse files Browse the repository at this point in the history
See #4949. This matches what we do in the docs site.

I have not done an exhaustive search across READMEs for more problems like this; PRs welcome.
  • Loading branch information
glasser committed Mar 3, 2021
1 parent 44a6641 commit 80a9747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-server-express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the Express and Connect integration of GraphQL Server. Apollo Server is a community-maintained open-source GraphQL server that works with many Node.js HTTP server frameworks. [Read the docs](https://www.apollographql.com/docs/apollo-server/). [Read the CHANGELOG.](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md)

```shell
npm install apollo-server-express
npm install apollo-server-express graphql
```

## Express
Expand Down

0 comments on commit 80a9747

Please sign in to comment.