From 492fcf94e6fadd576b39074c533781f0370178bc Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Thu, 22 Nov 2018 16:18:03 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a9a8ceef..13e4c559 100644 --- a/README.md +++ b/README.md @@ -81,18 +81,15 @@ server.listen().then(({ url }) => { ## Integrations -Often times, Apollo Server needs to be run with a particular integration. To start, run `npm install --save apollo-server-` where `` is one of the following: +Often times, Apollo Server needs to be run with a particular integration. To start, run `npm install --save apollo-server-` where `apollo-server-` is one of the following: -- `express` -- `koa` -- `hapi` -- `lambda` -- `azure-function` -- `cloud-function` -- `cloudflare` - - -If a framework is not on this list and it should be supported, please open a PR. +- `apollo-server-express` +- `apollo-server-koa` +- `apollo-server-hapi` +- `apollo-server-lambda` +- `apollo-server-azure-functions` +- `apollo-server-cloud-functions` +- `apollo-server-cloudflare` ### Express