Update README.md (#117)

* Update README.md

* Update README.md
This commit is contained in:
Aayush Kapoor 2016-09-02 13:27:48 +05:30 committed by Jonas Helfer
parent d588b69932
commit f8f6747c5a

View file

@ -64,9 +64,10 @@ app.use('/graphql', bodyParser.json(), apolloConnect({ schema: myGraphQLSchema }
app.listen(PORT);
```
### HAPI
### hapi
```js
import hapi from 'hapi';
import { ApolloHAPI } from 'apollo-server';
const server = new hapi.Server();