summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoger <narayanroger@gmail.com>2017-04-19 11:08:00 -0400
committerDan Moseley <danmose@microsoft.com>2017-04-19 08:08:00 -0700
commit1a188d5d122f202bcd6ceb015a282c431fe11158 (patch)
treede42a6302466518868e0d5e3f969965fd38d7125 /README.md
parent0f6bc8b3a6402706ea60ea68e26a73534091849c (diff)
downloadcoreclr-1a188d5d122f202bcd6ceb015a282c431fe11158.tar.gz
coreclr-1a188d5d122f202bcd6ceb015a282c431fe11158.tar.bz2
coreclr-1a188d5d122f202bcd6ceb015a282c431fe11158.zip
Mac OS X is now macOS (README.md) (#11068)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 21dd9f7666..378ce5233b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ that quickly points you to [.NET Core Tutorials](https://docs.microsoft.com/en-u
.NET Core is best thought of as 'agile .NET'. Generally speaking it is the same as
the [Desktop .NET Framework](https://en.wikipedia.org/wiki/.NET_Framework)
distributed as part of the Windows operating system, but it is a cross platform
-(Windows, Linux, OSX) and cross architecture (x86, x64, arm) subset that can be deployed
+(Windows, Linux, macOS) and cross architecture (x86, x64, arm) subset that can be deployed
as part of the application (if desired), and thus can be updated quickly to fix bugs or add features.
## If You Just Want to Use .NET Core
@@ -116,7 +116,7 @@ You have to be on the particular platform to build that platform.
* [Windows Build Instructions](Documentation/building/windows-instructions.md)
* [Linux Build Instructions](Documentation/building/linux-instructions.md)
- * [OSX Build Instructions](Documentation/building/osx-instructions.md)
+ * [macOS Build Instructions](Documentation/building/osx-instructions.md)
* [FreeBSD Build Instructions](Documentation/building/freebsd-instructions.md)
* [NetBSD Build Instructions](Documentation/building/netbsd-instructions.md)