Skip to content

Commit

Permalink
Update templates.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redabacha committed Oct 12, 2024
1 parent f4a1e48 commit d836e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ If you want more control over your server or wish to deploy to a non-node runtim
```shellscript nonumber
npx create-remix@latest --template remix-run/remix/templates/cloudflare
npx create-remix@latest --template remix-run/remix/templates/cloudflare-workers
npx create-remix@latest --template remix-run/remix/templates/deno --package-manager deno
npx create-remix@latest --template remix-run/remix/templates/express
npx create-remix@latest --template remix-run/remix/templates/remix
npx create-remix@latest --template remix-run/remix/templates/remix-javascript
Expand All @@ -41,7 +42,6 @@ npx create-remix@latest --template remix-run/remix/templates/spa
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/arc
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-pages
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-workers
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/deno
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/express
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/fly
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/remix
Expand Down

0 comments on commit d836e1e

Please sign in to comment.