summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a38f465..e624a23 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ running it.
> comes to checking of errors etc.
| | 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. |
| [c-signals](./c-signals) | clang-17 | Uses SIGUSR1 and SIGUSR2 as IPC mechanism. |