Uppercase M for Micro

This commit is contained in:
Tim Neutkens 2017-06-25 11:03:55 +02:00 committed by Jonas Helfer
parent 3cd6f390f4
commit 2169df359a

View file

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