Skip to content

Commit

Permalink
docs(templates): separate script params and command params (#564)
Browse files Browse the repository at this point in the history
create script doesn't work without extra -- which separates script and command params

wip

Re-run actions
  • Loading branch information
jonasnobile authored Feb 24, 2023
1 parent 1f2450e commit 5530e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 5530e6c

Please sign in to comment.