diff --git a/README.md b/README.md index 311c0cc65518772f0a98d4c97ad615d495455e84..a38f465fc030e25394084813e658f82b556cb50e 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. | @@ -43,6 +43,3 @@ [probe](https://github.com/mitjafelicijan/probe) was written by [Mitja Felicijan](https://mitjafelicijan.com) and is released under the BSD zero-clause license, see the LICENSE file for more information. -