diff --git a/advanced/README.md b/advanced/README.md index 29de4ba4..c30e738c 100644 --- a/advanced/README.md +++ b/advanced/README.md @@ -31,9 +31,9 @@ npm install -g graphql-cli ```sh # 1. Bootstrap GraphQL server in directory `my-app`, based on `node-advanced` boilerplate -graphql create my-app --boilerplate node-advanced +graphql create my-app -# 2. When prompted, deploy the Prisma service to a _public cluster_ +# 2. When prompted for boilerplate, choose node-advanced # 3. Navigate to the new project cd my-app @@ -70,4 +70,4 @@ yarn start The GraphQL boilerplates are maintained by the GraphQL community, with official support from the [Apollo](https://www.apollographql.com/) & [Prisma](https://www.prisma.io) teams. -Your feedback is **very helpful**, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the `#graphql-boilerplate` channel on our [Slack](https://slack.prisma.io/). \ No newline at end of file +Your feedback is **very helpful**, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the `#graphql-boilerplate` channel on our [Slack](https://slack.prisma.io/).