Skip to content

Commit

Permalink
Fixed typo in template docs (#8034)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Brophy <matt@brophy.org>
  • Loading branch information
yasoob and brophdawg11 authored Nov 20, 2023
1 parent 0b662a3 commit e2ee52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,4 +614,5 @@
- mrkstwrt
- AltanS
- fayez-nazzal
- yasoob
- mccuna
2 changes: 1 addition & 1 deletion docs/guides/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ What you're left with is everything completely set up for you to just get to wor
- [The Indie Stack][indie_stack]: Deployed to a long-running Node.js server with a persistent SQLite database. This stack is great for websites with dynamic data that you control (blogs, marketing, content sites). It's also a perfect, low-complexity bootstrap for MVPs, prototypes, and proof-of-concepts that can later be updated to the Blues stack easily.
- [The Grunge Stack][grunge_stack]: Deployed to a serverless function running Node.js with DynamoDB for persistence. Intended for folks who want to deploy a production-grade application on AWS infrastructure serving millions of users.

You can use these stacks by proving the `--template` option when running `create-remix`, for example:
You can use these stacks by providing the `--template` option when running `create-remix`, for example:

```shellscript nonumber
npx create-remix@latest --template remix-run/blues-stack
Expand Down

0 comments on commit e2ee52a

Please sign in to comment.