aboutsummaryrefslogtreecommitdiff
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 564921cd2..380d4900c 100644
--- a/README.md
+++ b/README.md
@@ -2510,7 +2510,7 @@ As measured in [this simple benchmark](./bench/ffi/plus100)
Bun generates & just-in-time compiles C bindings that efficiently convert values between JavaScript types and native types.
-To compile C, Bun embeds [TinyCC](https://github.com/TinyCC/tinycc) a small and fast C compiler.
+To compile C, Bun embeds [TinyCC](https://github.com/TinyCC/tinycc), a small and fast C compiler.
</details>