aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar josesilveiraa <85128820+josesilveiraa@users.noreply.github.com> 2022-07-11 19:33:03 -0300
committerGravatar GitHub <noreply@github.com> 2022-07-12 00:33:03 +0200
commitede75768994ba31fffaf14510a0586d5e9cbe423 (patch)
treecf941b2e3b03be473dbce1dbf1a93da25cec200d
parent299c61896e5601ee7378abcb776314d4f35516d0 (diff)
downloadbun-ede75768994ba31fffaf14510a0586d5e9cbe423.tar.gz
bun-ede75768994ba31fffaf14510a0586d5e9cbe423.tar.zst
bun-ede75768994ba31fffaf14510a0586d5e9cbe423.zip
chore(docs): add comma (#580)
-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>