README: Update anchor links for installations to be lower-cased.

This will fix npm next time we publish.
This commit is contained in:
Jesse Rosenberger 2019-02-26 16:30:41 +02:00
parent 046327068b
commit 8f383b3286
No known key found for this signature in database
GPG key ID: C0CCCF81AA6C08D8

View file

@ -24,8 +24,8 @@ Apollo Server is super easy to set up. Just `npm install apollo-server-<integrat
There are two installation patterns:
* **[Standalone](#Installation-standalone)**: To get started without integrating with an existing web framework, use the `apollo-server` package.
* **[Integrations](#Installation-integrations)**: For applications which have already use a web framework (e.g. `express`, `koa`, `hapi`, etc.), use the appropriate Apollo Server integration package.
* **[Standalone](#installation-standalone)**: To get started without integrating with an existing web framework, use the `apollo-server` package.
* **[Integrations](#installation-integrations)**: For applications which have already use a web framework (e.g. `express`, `koa`, `hapi`, etc.), use the appropriate Apollo Server integration package.
### Installation: Standalone