1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

examples/default/README.md: minor language fix

This commit is contained in:
Joakim Gebart 2015-05-09 09:04:46 +02:00
parent 453efc8ea1
commit 4aff59a4fc

View File

@ -18,7 +18,7 @@ Finally, in order for the shell to receive input, the `uart0` module
is used.
usage
Usage
=====
Build, flash and start the application:
@ -35,8 +35,8 @@ that is `/dev/ttyUSB0`. If your port is named differently, the
`PORT=/dev/yourport` variable can be used to override this.
Example
=======
Example output
==============
The shell commands come with online help. Call `help` to see which commands
exist and what they do.