Skip to content

Commit c2eeb06

Browse files
authored
Merge pull request #64 from ARMmbed/README-formatting
README.md / formatting changes
2 parents 3644111 + c8d93b9 commit c2eeb06

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ This repository is in the process of being updated and depends on few enhancemen
6464
1. Initialize, connect and register to Pelion DM
6565
1. Interact with the user through the serial port (115200 bauds)
6666
- Press enter through putty/minicom to simulate button
67-
- Press 'i' to print endpoint name
67+
- Press `i` to print endpoint name
6868
- Press Ctrl-C to to unregister
69-
- Press 'r' to reset storage and reboot (warning: it generates a new device ID!)
69+
- Press `r` to reset storage and reboot (warning: it generates a new device ID!)
7070

7171
## Further information and requirements
7272

@@ -263,15 +263,19 @@ The board needs to pass the underlying Mbed OS tests and be supported by officia
263263

264264
- Mbed OS tests (as described in our [documentation](https://os.mbed.com/docs/mbed-os/latest/porting/testing.html))
265265

266-
`cd mbed-os`
267-
`mbed test -m <target> -t <toolchain>`
266+
```
267+
cd mbed-os
268+
mbed test -m <target> -t <toolchain>
269+
```
268270

269271
- Mbed OS integration tests
270272

271273
See [mbed-os/TESTS/integration/README.md](https://github.com/ARMmbed/mbed-os/blob/sip-workshop/TESTS/integration/README.md) (sip-workshop branch)
272274

273-
`cd mbed-os`
274-
`mbed test -t <toolchain> -m <board> -n *integration-* -DINTEGRATION_TESTS -v`
275+
```
276+
cd mbed-os
277+
mbed test -t <toolchain> -m <board> -n *integration-* -DINTEGRATION_TESTS -v
278+
```
275279

276280
## Validation and testing for the client configuration
277281

0 commit comments

Comments
 (0)