Skip to content

Commit

Permalink
Merge pull request #227 from glasser/patch-1
Browse files Browse the repository at this point in the history
docs: fix Apollo Server package name in npm command
  • Loading branch information
H4ad authored Mar 25, 2024
2 parents 5179ad0 + 4d4cece commit 90e7b43
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 90e7b43

Please sign in to comment.