From 1128d0d4375ab187a59afa0190f4b754407b8b20 Mon Sep 17 00:00:00 2001 From: Valentino Zegna Date: Wed, 2 Sep 2026 23:33:34 -0700 Subject: [PATCH] docs: use the requested netlist format description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45211b5..ac17eaf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It is compatible with Cadence, Altium, and KiCad, with plans to integrate more E | Cadence (OrCAD / CIS) | `.DSN` schematic | Reads the binary schematic directly, including CIS variant stuffing information | | Altium Designer | `.SchDoc` | Altium schematic documents, discovered via `.PrjPcb` project files | | KiCad | `.kicad_pro` (or root `.kicad_sch`) | Reads a committed `.net` export beside the project, or generates one via `kicad-cli` | -| Universal Netlist Format | `.netlist.json` | An open [JSON format](docs/schemas/universal-netlist.md) for netlists | +| Universal Netlist Format | `.netlist.json` | The open [JSON format](https://github.com/IntelligentElectron/universal-netlist/blob/main/docs/schemas/universal-netlist.md) for netlists | ## Native Install (Recommended)