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