Skip to content

Commit 755b510

Browse files
committed
Minor README edits
1 parent 15e9c62 commit 755b510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You need:
137137

138138
- The files generated by flatcc, obviously.
139139
- `include/flatcc` in the include path (correct version), using `-I include` if at flatcc root.
140-
- Linke with zero or more .c files from `src/runtime` in your project (correct version).
140+
- Link with zero or more .c files from `src/runtime` in your project (correct version).
141141
- Possibly disable certain warnings (notably disable GCC pedantic). The main CMake project does that for you.
142142
- For some esoteric platforms maybe define `-DPORTABLE_...=0/1` to work around limitations
143143
like stdalign support, see portable headers for detail.

0 commit comments

Comments
 (0)