From 92c61da802da0ac124ea6d9933a0eb541f0769de Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Tue, 12 Dec 2017 00:00:59 -0800 Subject: [PATCH] Change tagline --- docs/source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index 5bf87b50..289c0a85 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,7 +1,7 @@ --- title: Build a GraphQL server with Node.js sidebar_title: Installing -description: Apollo Server is a flexible, community driven, production-ready HTTP GraphQL middleware for Node.js. +description: Apollo Server is a flexible, community driven, production-ready HTTP GraphQL middleware for Express, Hapi, Koa, and more. --- Apollo Server is a library that helps you connect a GraphQL schema to an HTTP server in Node. If you want to get started quickly, take a look at the [end-to-end example](./example.html).