Skip to content

Commit

Permalink
Remove @rc from npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
evans authored Jul 31, 2018
1 parent 23366bd commit bd9b26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-server-cloud-function/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Setting up Apollo Server with Google Cloud Functions
This is the Google Cloud Function 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-cloud-function@rc graphql
npm install apollo-server-cloud-function graphql
```

## Deploying with Google Cloud Function
Expand Down

0 comments on commit bd9b26b

Please sign in to comment.