Skip to content

Commit

Permalink
docs: fix Apollo Server package name in npm command
Browse files Browse the repository at this point in the history
This makes it match the code samples below by using the AS4 package name.
  • Loading branch information
glasser committed Mar 25, 2024
1 parent 5179ad0 commit 4d4cece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/main/frameworks/apollo-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In the following section, you will see how to integrate any cloud with your Apol
First, you need to ensure you have the libs installed, so run this code:

```bash
npm i --save apollo-server
npm i --save @apollo/server
```

Also, to be able to handle JSON requests, we can use [JsonBodyParserFramework](./helpers/body-parser), so let's install it:
Expand Down

0 comments on commit 4d4cece

Please sign in to comment.