From 9e088c6d91825142934213cb0a14da1a7336be21 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Jun 2020 09:21:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1c9fdb..3aff720 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ optional arguments: There should be some output in the launch terminal. Please copy this and include it in any issues posted. If the program is not working, please check that you can run the `plotPCB.py` routine directly by invoking it from the command line and passing it two arguments (1) The name of a `*.kicad_pcb` file and (2) a test directory for the plots to end up in; ``` -plotPCB.py boar.kicad_pcb output_folder +plotPCB.py board.kicad_pcb output_folder ``` ## Next Steps