Skip to content

Commit c6bba98

Browse files
committed
FIX(CONTRIBUTING.MD): better formatting
1 parent dfd2593 commit c6bba98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ pnpm dev.ct
7373

7474
- This mode is a lot more barebones and requires more background knowledge to use effectively, so keep the folling things in mind:
7575

76-
- 1. Familirize yourself with the following directory structure:
76+
- Familirize yourself with the following directory structure:
7777

7878
```shell
7979
apps/website/src/routes/docs/[KIT]/[COMPONENT]/examples/
8080
```
8181

8282
- This is the _only place_ where you can add files. So if you wanted to add a select component to the headless kit, you would add all your files to this directory: apps/website/src/routes/docs/headless/select/examples/hero.tsx
8383

84-
- 2. Follow the component test server's URL structure
84+
- Follow the component test server's URL structure
8585
- The default message on the "home page" of the dev server is a reminder of how to use the address bar to actually view the file you want. By default it would have this structure:
8686

8787
```shell

0 commit comments

Comments
 (0)