summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-06-03 12:04:05 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:35 -0400
commitcdc9cb6e97ca0868057465b11e8b498035931f69 (patch)
tree5456654fd899231299e9cb003713383c182a2bfc /README.md
parent7dc497e15874beab7f6b495303a19dd62b65b340 (diff)
Stylize macOS correctly
Yes, it's all very confusing.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be719c9b2b..929ec1d8a9 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ YJIT - Yet Another Ruby JIT
YJIT is a lightweight, minimalistic Ruby JIT built inside the CRuby/MRI binary.
It lazily compiles code using a Basic Block Versioning (BBV) architecture. The target use case is that of servers running
Ruby on Rails, an area where CRuby's MJIT has not yet managed to deliver speedups.
-To simplify development, we currently support only MacOS and Linux on x86-64, but an ARM64 backend
+To simplify development, we currently support only macOS and Linux on x86-64, but an ARM64 backend
is part of future plans.
This project is open source and falls under the same license as CRuby.