Skip to content

Commit e1210d2

Browse files
authored
[skip changelog] Clarify wording of upload instructions in Getting Started page (#782)
1 parent b5c6634 commit e1210d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ $ arduino-cli compile --fqbn arduino:samd:mkr1000 MyFirstSketch
222222
Sketch uses 9600 bytes (3%) of program storage space. Maximum is 262144 bytes.
223223
```
224224

225-
To upload the sketch to your board, run the following command, this time also
226-
providing the serial port where the board is connected:
225+
To upload the sketch to your board, run the following command, using the serial
226+
port your board is connected to:
227227

228228
```sh
229229
$ arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:samd:mkr1000 MyFirstSketch

0 commit comments

Comments
 (0)