Skip to content

Commit 9960150

Browse files
committed
Fix up template readme
1 parent 0eb81ab commit 9960150

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/template/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
You can clone this directory for your own projects.
44

5-
To add code, fill in the void main() function in main.c. You can also create your
6-
own .c and .h files and add them to the directory; the Makefile included in this
7-
template will automatically find and compile the new .c files.
5+
To add code, fill in the void main() function in main.c. You can also create
6+
your own .c and .h files and add them to the directory; the Makefile included in
7+
this template will automatically find and compile the new .c files.
88

9-
In addition, you can also add your own .asm files, which will be detected and added
10-
appropritately to the proper segment.
9+
In addition, you can also add your own .asm files, which will be detected and
10+
added appropriately to the proper segment.
1111

1212
---
1313

0 commit comments

Comments
 (0)