Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm install -g graphql-cli

```sh
# 1. Bootstrap GraphQL server in directory `my-app`, based on `react-fullstack-advanced` boilerplate
graphql create my-app --boilerplate react-fullstack-advanced
graphql create my-app react-fullstack-advanced

# 2. When prompted, deploy the Prisma service to a _public cluster_

Expand Down
2 changes: 1 addition & 1 deletion basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm install -g graphql-cli

```sh
# 1. Bootstrap GraphQL server in directory `my-app`, based on `react-fullstack-basic` boilerplate
graphql create my-app --boilerplate react-fullstack-basic
graphql create my-app react-fullstack-basic

# 2. When prompted, deploy the Prisma service to a _public cluster_

Expand Down