mirror of https://codeberg.org/topola/topola.git
install: fix punctuation and markup
This commit is contained in:
parent
ace5709e5d
commit
35286bb0ba
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue