diff --git a/README.md b/README.md index 8a1f3e14..a300a9dc 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ app.listen({ port }, () => ### Koa ```js -const koa = require('koa'); +const Koa = require('koa'); const { ApolloServer, gql } = require('apollo-server-koa'); // Construct a schema, using GraphQL schema language