Skip to content

Commit add176e

Browse files
authored
README.md tweaks (#200)
Fix typo and add missing opening-backticks
1 parent 36902ed commit add176e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ In order for the SDK to find `picotool` in this custom folder, you will usually
102102

103103
Note for additional documentation see https://rptl.io/pico-get-started
104104

105-
```
105+
```text
106106
$ picotool help
107107
PICOTOOL:
108108
Tool for interacting with RP-series device(s) in BOOTSEL mode, or with an RP-series binary
@@ -157,13 +157,13 @@ Note commands that aren't acting on files require a device in BOOTSEL mode to be
157157

158158
## info
159159

160-
The is _Binary Information_ support in the SDK which allows for easily storing compact information that `picotool`
160+
There is _Binary Information_ support in the SDK which allows for easily storing compact information that `picotool`
161161
can find (See Binary Info section below). The info command is for reading this information.
162162

163163
The information can be either read from one or more connected devices in BOOTSEL mode, or from
164164
a file. This file can be an ELF, a UF2 or a BIN file.
165165

166-
```
166+
```text
167167
$ picotool help info
168168
INFO:
169169
Display information from the target device(s) or file.
@@ -220,14 +220,14 @@ Note the -f arguments vary slightly for Windows vs macOS / Unix platforms.
220220

221221
e.g.
222222

223-
223+
```text
224224
$ picotool info
225225
Program Information
226226
name: hello_world
227227
features: stdout to UART
228228
```
229229

230-
230+
```text
231231
$ picotool info -a
232232
Program Information
233233
name: hello_world
@@ -248,7 +248,7 @@ Device Information
248248
ROM version: 2
249249
```
250250

251-
251+
```text
252252
$ picotool info -bp
253253
Program Information
254254
name: hello_world
@@ -259,7 +259,7 @@ Fixed Pin Information
259259
21: UART1 RX
260260
```
261261

262-
262+
```text
263263
$ picotool info -a lcd_1602_i2c.uf2
264264
File lcd_1602_i2c.uf2:
265265

0 commit comments

Comments
 (0)