summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-19 06:40:22 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-19 06:40:22 +0200
commit03b412953637b7a6c5d7513993a28294c8afef29 (patch)
tree2aee153a88cd41c0f827524d8cd31e73b5664d87
parentfa21caf8f67ec7f7b54f8959856bdfa8497dcf4a (diff)
downloadprobe-03b412953637b7a6c5d7513993a28294c8afef29.tar.gz
Updated readme
-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. |