Skip to content

Commit

Permalink
docs(start/quickstart): fix typo (#10184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jan 23, 2025
1 parent 928fedc commit e192d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@
- TimonVS
- tjefferson08
- tmcw
- Tobbe
- tombiju
- tombohub
- tombyrer
Expand Down
4 changes: 2 additions & 2 deletions docs/start/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ npx remix-serve build/server/index.js

You should be able to open up [http://localhost:3000][http-localhost-3000] and see the "hello world" page.

Aside from the unholy amount of code in `node_modules`, our Remix app is just one file:
Aside from the unholy amount of code in `node_modules`, our Remix app is just three files:

```
├── app/
│ └── root.jsx
── package.json
── package.json
└── vite.config.js
```

Expand Down

0 comments on commit e192d46

Please sign in to comment.