We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8fd3a commit 2a54fffCopy full SHA for 2a54fff
templates/README.md
@@ -36,11 +36,11 @@ $ npx @shopify/create-hydrogen --template hello-world-ts
36
```sh
37
## Create a Hydrogen app with the Hello World template
38
# yarn
39
-$ yarn create @shopify/hydrogen --template hello-world-ts
+$ yarn create @shopify/hydrogen --template hello-world
40
# npm
41
-$ npm init @shopify/hydrogen --template hello-world-ts
+$ npm init @shopify/hydrogen --template hello-world
42
# npx
43
-$ npx @shopify/create-hydrogen --template hello-world-ts
+$ npx @shopify/create-hydrogen --template hello-world
44
```
45
46
**Hello World in JavaScript** is a generated JavaScript implementation of the Hello WOrld in TypeScript template.
0 commit comments