mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
README: Update anchor links for installations to be lower-cased.
This will fix npm next time we publish.
This commit is contained in:
parent
046327068b
commit
8f383b3286
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue