Skip to content

Commit d0b0e30

Browse files
committed
Update docs again
1 parent 3e3f18c commit d0b0e30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To get started with the reference application on `*nix`
135135
- This shell script calls GNU make with parameters `avr rebuild` which subsequently rebuilds the entire solution for `target avr`.
136136
- If you're missing AVR GCC tools and need to get them on `*nix`, run `sudo apt install gcc-avr avr-libc`.
137137

138-
### Example build on `*nix` for `target avr`
138+
### Example Build on `*nix` for `target avr`
139139

140140
We will now exemplify how to build the reference application on a command shell
141141
in `*nix` for `target avr`. This target system includes essentially
@@ -157,7 +157,7 @@ cd ref_app
157157
./target/build/build.sh avr rebuild
158158
```
159159

160-
### Example build on `*nix` for `target stm32f446`
160+
### Example Build on `*nix` for `target stm32f446`
161161

162162
We will now exemplify how to build the reference application on a command shell
163163
in `*nix` for an ARM(R) target. Consider, for example, the build variant
@@ -179,7 +179,7 @@ cd ref_app
179179
./target/build/build.sh stm32f446 rebuild
180180
```
181181

182-
### Example build on MacOS for `target stm32f446`
182+
### Example Build on MacOS for `target stm32f446`
183183

184184
We will now exemplify how to build the reference application in a command shell
185185
in MacOS for an ARM(R) target. Consider, for example, the build variant
@@ -359,7 +359,7 @@ any additional libraries for these projects
359359
(other than those that are ordinarily installed
360360
during the standard installation of ATMEL Studio).
361361

362-
## Details on Selected Target
362+
## Details on Selected Targets
363363

364364
Target details including startup code and linker definition files can
365365
be found in the [ref_app/target](./ref_app/target) directory

0 commit comments

Comments
 (0)