about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2019-07-22 16:16:59 -0700
committerGitHub <noreply@github.com>2019-07-22 16:16:59 -0700
commit4e02a1f7c51fe8e5270453ca02f65debf07169da (patch)
tree2cf327b744b748feb2d57cec81fa65bd58734b0d
parente649e903440bfd919bfc9db848c28df6d795a116 (diff)
downloadrust-4e02a1f7c51fe8e5270453ca02f65debf07169da.tar.gz
rust-4e02a1f7c51fe8e5270453ca02f65debf07169da.zip
Change "OSX" to "macOS"
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index d4bde44ff9d..40df6a47378 100644
--- a/README.md
+++ b/README.md
@@ -200,11 +200,11 @@ fetch snapshots, and an OS that can execute the available snapshot binaries.
 
 Snapshot binaries are currently built and tested on several platforms:
 
-| Platform / Architecture  | x86 | x86_64 |
-|--------------------------|-----|--------|
-| Windows (7, 8, 10, ...)  | ✓   | ✓      |
-| Linux (2.6.18 or later)  | ✓   | ✓      |
-| OSX (10.7 Lion or later) | ✓   | ✓      |
+| Platform / Architecture    | x86 | x86_64 |
+|----------------------------|-----|--------|
+| Windows (7, 8, 10, ...)    | ✓   | ✓      |
+| Linux (2.6.18 or later)    | ✓   | ✓      |
+| macOS (10.7 Lion or later) | ✓   | ✓      |
 
 You may find that other platforms work, but these are our officially
 supported build environments that are most likely to work.