install: fix punctuation and markup

This commit is contained in:
mikolaj 2024-07-15 11:29:40 +00:00 committed by Mikolaj Wielgus
parent ace5709e5d
commit 35286bb0ba
1 changed files with 4 additions and 4 deletions

View File

@ -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