From 3cd6f390f453758bf5b589d102292dc8323c9bec Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Sun, 25 Jun 2017 11:02:25 +0200 Subject: [PATCH] Use right naming for ZEIT --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa0b3bc6..1339f83c 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,9 @@ var server = require("graphql-server-lambda"); 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 const server = require("graphql-server-micro");