Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate script params and command params #564

Merged
merged 1 commit into from
Feb 24, 2023
Merged
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 templates/demo-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Hydrogen is Shopify’s stack for headless commerce. Hydrogen is designed to dov
- Node.js version 16.14.0 or higher

```bash
npm create @shopify/hydrogen@latest --template demo-store
npm create @shopify/hydrogen@latest -- --template demo-store
```

Remember to update `.env` with your shop's domain and Storefront API token!
Expand Down
2 changes: 1 addition & 1 deletion templates/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Hydrogen is Shopify’s stack for headless commerce. Hydrogen is designed to dov
- Node.js version 16.14.0 or higher

```bash
npm create @shopify/hydrogen@latest --template hello-world
npm create @shopify/hydrogen@latest -- --template hello-world
```

Remember to update `.env` with your shop's domain and Storefront API token!
Expand Down