Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven authored Sep 18, 2017
1 parent 17ab587 commit 5e10512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ npm install graphql apollo-server-lambda
npm install graphql apollo-server-micro
```

> A note for those who’ve used Apollo Server previously: You may notice we now import from `apollo-server-` rather than `graphql-server-` npm packages. We felt the rename better reflects that it’s part of the Apollo project and family of libraries.
The following features distinguish Apollo Server from [express-graphql](https://github.com/graphql/express-graphql), Facebook's reference HTTP server implementation:

- Apollo Server has a simpler interface and allows fewer ways of sending queries, which makes it a bit easier to reason about what's going on.
Expand Down

0 comments on commit 5e10512

Please sign in to comment.