From 8c66ed86813067b5bf13bbda4a1db9cb7baf4fb8 Mon Sep 17 00:00:00 2001 From: jebba Date: Sat, 15 Jan 2022 00:41:40 -0700 Subject: [PATCH] examples netlist... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd25457..5ce4592 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ HOWTO use. ``` # Process netlist with live view. -python3 pcb.py --v 1 netlist.pcb | python3 view.py +python3 pcb.py --v 1 examples/netlist.pcb | python3 view.py # Process netlist, redirect to "anim" file. -python3 pcb.py --v 1 netlist.pcb > anim +python3 pcb.py --v 1 examples/netlist.pcb > anim # View "anim" file using aggDraw. python3 view.py anim