diff --git a/INSTALL.md b/INSTALL.md index efab22f..7cc5d2d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -34,7 +34,7 @@ The application will now be invokable from your terminal as `topola`. #### Autorouting example The following example will autoroute a KiCad project of a simple THT -diode bridge rectifier. +diode bridge rectifier: ``` cd tests/single_layer/data/tht_diode_bridge_rectifier/ @@ -50,9 +50,9 @@ installed. First, open the layout in the KiCad PCB Editor: pcbnew tht_diode_bridge_rectifier.kicad_pcb ``` -Then choose *File > Import > Specctra Session...*** from the menu bar. -In the newly opened file dialog choose the file named -*tht__diode_bridge_rectifier.ses*. This will load the autorouted traces. +Then choose *File > Import > Specctra Session...* from the menu bar. +In the newly opened file dialog, choose the file named +*tht_diode_bridge_rectifier.ses*. This will load the autorouted traces. ### Egui GUI application