diff --git a/README.md b/README.md index a38f465fc030e25394084813e658f82b556cb50e..e624a23bcf5e8dca05bee687e04c9ae4def0225b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ > also written in the most explicit way and lacks massively when 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. |