Remove @alpha dist-tag designator from Azure Functions README.md.

It's no longer necessary to install `apollo-server-azure-functions` from the
`alpha` tag!
This commit is contained in:
Jesse Rosenberger 2019-02-26 11:20:29 +02:00
parent 01202bb9bf
commit e43b14a9cd
No known key found for this signature in database
GPG key ID: C0CCCF81AA6C08D8

View file

@ -6,7 +6,7 @@ description: Setting up Apollo Server with Azure Functions
This is the Azure functions integration of GraphQL Server. Apollo Server is a community-maintained open-source GraphQL server that works with many Node.js HTTP server frameworks. [Read the docs](https://www.apollographql.com/docs/apollo-server/v2). [Read the CHANGELOG](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md).
```sh
npm install apollo-server-azure-functions@alpha graphql
npm install apollo-server-azure-functions
```
## Writing azure function