Skip to content

Commit 2a54fff

Browse files
author
Matt Seccafien
authored
Update README.md
1 parent 2a8fd3a commit 2a54fff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: templates/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ $ npx @shopify/create-hydrogen --template hello-world-ts
3636
```sh
3737
## Create a Hydrogen app with the Hello World template
3838
# yarn
39-
$ yarn create @shopify/hydrogen --template hello-world-ts
39+
$ yarn create @shopify/hydrogen --template hello-world
4040
# npm
41-
$ npm init @shopify/hydrogen --template hello-world-ts
41+
$ npm init @shopify/hydrogen --template hello-world
4242
# npx
43-
$ npx @shopify/create-hydrogen --template hello-world-ts
43+
$ npx @shopify/create-hydrogen --template hello-world
4444
```
4545

4646
**Hello World in JavaScript** is a generated JavaScript implementation of the Hello WOrld in TypeScript template.

0 commit comments

Comments
 (0)