Skip to content

Commit

Permalink
Merge pull request #1250 from danilobuerger/patch-1
Browse files Browse the repository at this point in the history
Use apollo-server v1 in example relating to v1
  • Loading branch information
Prosper Otemuyiwa authored Jun 26, 2018
2 parents 017aded + bf7418e commit 4fe53f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Copy and paste this code to have a GraphQL server running in 30 sec
Here's a complete example that sets up a GraphQL server with `apollo-server-express` and `graphql-tools`. First, make sure to install the necessary modules:

```sh
npm install --save apollo-server-express graphql-tools graphql express body-parser
npm install --save apollo-server-express@1 graphql-tools graphql express body-parser
```

Then, run this code:
Expand Down

0 comments on commit 4fe53f3

Please sign in to comment.