Skip to content

Commit 19b4ee4

Browse files
gjungbSashko Stubailo
authored and
Sashko Stubailo
committed
Update BestPractice-ServingOverHTTP.md (graphql#209)
Change ```apollo-server``` to ```graphql-server```
1 parent 39b90e2 commit 19b4ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/BestPractice-ServingOverHTTP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ app.use('/graphql', graphqlHTTP({
8282
```
8383

8484
## Node
85-
If you are using NodeJS, we recommend using either [express-graphql](https://github.com/graphql/express-graphql) or [apollo-server](https://github.com/apollostack/apollo-server).
85+
If you are using NodeJS, we recommend using either [express-graphql](https://github.com/graphql/express-graphql) or [graphql-server](https://github.com/apollostack/graphql-server).

0 commit comments

Comments
 (0)