summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 490931c..b4a1632 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ running it.
> 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. |