Skip to content

Commit 1c0a619

Browse files
authored
Minor README typos
1 parent 7e995b4 commit 1c0a619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For more details on debugging with GDB, see the [GDB docs](https://sourceware.or
112112

113113
## Multiple Terminals
114114

115-
When debugging or viewing serial output, you might want multiple programs open different terminals, as they all need to run at the same time.
115+
When debugging or viewing serial output, you might want multiple programs open in different terminals, as they all need to run at the same time.
116116

117117
On Raspberry Pi OS Lite, you can switch between different terminals with Alt+F1,F2,F3,F4 etc.
118118

@@ -207,7 +207,7 @@ cd pico-examples
207207

208208
Build them, replacing `$board` with the pico board you are using
209209
```bash
210-
cmake -S . -B build_$board =GNinja -DPICO_BOARD=$board -DCMAKE_BUILD_TYPE=Debug
210+
cmake -S . -B build_$board -GNinja -DPICO_BOARD=$board -DCMAKE_BUILD_TYPE=Debug
211211
cmake --build build
212212
```
213213

0 commit comments

Comments
 (0)