Skip to content

Commit 949ef74

Browse files
authored
Rectify definition of components and modules
1 parent ae06106 commit 949ef74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The open source PCB compiler is available at [`github.com/diodeinc/pcb`](https:/
1919
```
2020
.
2121
├── README.md
22-
├── components # Auto-generated component definitions (do not edit)
23-
├── modules # Reusable modules made manually (.zen)
22+
├── components # Physical items on the PCB that usually don't have an existing generic
23+
├── modules # Reusable pieces of Zener that can be composed of one or more components or other modules
2424
├── boards # Board compositions (.zen)
2525
└── pcb.toml # Workspace + dependencies
2626
```

0 commit comments

Comments
 (0)