Use right naming for ZEIT

This commit is contained in:
Tim Neutkens 2017-06-25 11:02:25 +02:00 committed by Jonas Helfer
parent 4b07e7d9f8
commit 3cd6f390f4

View file

@ -166,9 +166,9 @@ var server = require("graphql-server-lambda");
exports.handler = server.graphqlLambda({ schema: myGraphQLSchema }); exports.handler = server.graphqlLambda({ schema: myGraphQLSchema });
``` ```
### Zeit Micro ### ZEIT Micro
Micro function requires the micro module Requires the [micro](github.com/zeit/micro) module
```js ```js
const server = require("graphql-server-micro"); const server = require("graphql-server-micro");