From e4d8aebd940086ef172175a7cc75ac0fef92ae43 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Sat, 2 Nov 2024 17:32:29 +0100 Subject: [PATCH 1/2] docs(quickstart): Update text and ascii-art for list of files --- docs/start/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start/quickstart.md b/docs/start/quickstart.md index c38822e6a27..642ed0ef38c 100644 --- a/docs/start/quickstart.md +++ b/docs/start/quickstart.md @@ -117,12 +117,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 ``` From 1ec81167a31ea80077f9e019eee8a5d092584a57 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Sat, 2 Nov 2024 17:35:56 +0100 Subject: [PATCH 2/2] Add to contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 675647e99d5..a2cee3434b3 100644 --- a/contributors.yml +++ b/contributors.yml @@ -650,6 +650,7 @@ - TimonVS - tjefferson08 - tmcw +- Tobbe - tombiju - tombohub - tombyrer