Skip to content

Commit 6a9b8d6

Browse files
authored
Update templates.md (#7692)
1 parent 861d6b8 commit 6a9b8d6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@
509509
- stephenwade
510510
- SufianBabri
511511
- supachaidev
512+
- syeef
512513
- Synvox
513514
- tagraves
514515
- takagimeow

docs/guides/templates.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npx create-remix@latest
1919
If you are not interested in using TypeScript, you can install the simpler Javascript template instead:
2020

2121
```shellscript nonumber
22-
npx create-remix --template remix-run/remix/templates/remix-javascript
22+
npx create-remix@latest --template remix-run/remix/templates/remix-javascript
2323
```
2424

2525
This is a great place to start if you're just looking to try out Remix for the first time. You can always extend this starting point yourself or migrate to a more advanced template later.
@@ -29,12 +29,12 @@ This is a great place to start if you're just looking to try out Remix for the f
2929
If you want more control over your server or wish to deploy to a non-node runtime—such as [Arc][arc], [Cloudflare][cloudflare], or [Deno][deno]—then you can try one of our \[official templates]\[official-templates] from the Remix repository:
3030

3131
```shellscript nonumber
32-
npx create-remix --template remix-run/remix/templates/arc
33-
npx create-remix --template remix-run/remix/templates/cloudflare-pages
34-
npx create-remix --template remix-run/remix/templates/cloudflare-workers
35-
npx create-remix --template remix-run/remix/templates/deno
36-
npx create-remix --template remix-run/remix/templates/express
37-
npx create-remix --template remix-run/remix/templates/fly
32+
npx create-remix@latest --template remix-run/remix/templates/arc
33+
npx create-remix@latest --template remix-run/remix/templates/cloudflare-pages
34+
npx create-remix@latest --template remix-run/remix/templates/cloudflare-workers
35+
npx create-remix@latest --template remix-run/remix/templates/deno
36+
npx create-remix@latest --template remix-run/remix/templates/express
37+
npx create-remix@latest --template remix-run/remix/templates/fly
3838
```
3939

4040
### Third-Party Templates

0 commit comments

Comments
 (0)