diff --git a/README.md b/README.md index 490931c5ddfd629ade902ba2a896a3b0cd71d1d9..b4a1632855b19552a4b731a424ed0b0d37bdc249 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ > they will not work everywhere. Take this into account. This code is > also written in the most explicit way and lacks massively when it > comes to checking of errors etc. -| Example | Compiler | What does it do? | +| | Compiler | What does it do? | |----------------------------------------|------------|----------------------------------------------------------------| | [c-asm](./c-asm) | clang-17 | Calls a function written in ASM from C code. | | [c-embed](./c-embed) | clang-17 | Embedding external resources in compiled binary. |