diff --git a/syntax.md b/syntax.md index 6ea0214..91098ff 100644 --- a/syntax.md +++ b/syntax.md @@ -42,9 +42,9 @@ additional_bom_items: # custom items to add to BOM notes: # product information (all optional) - manufacturer: - manufacturer_part_number: - internal_part_number: + pn: # [internal] part number + mpn: # manufacturer part number + manufacturer: # manufacturer name # pinout information # at least one of the following must be specified @@ -110,9 +110,9 @@ Since the auto-incremented and auto-assigned designator is not known to the user notes: # product information (all optional) - manufacturer: - manufacturer_part_number: - internal_part_number: + pn: # [internal] part number + mpn: # manufacturer part number + manufacturer: # manufacturer name # conductor information # the following combinations are permitted: @@ -242,9 +242,9 @@ Additional BOM entries can be generated in the sections marked `` abov # all the following are optional: unit: designators: - manufacturer: - manufacturer_part_number: - internal_part_number: + pn: # [internal] part number + mpn: # manufacturer part number + manufacturer: # manufacturer name ``` ## Colors