diff options
author | Roger <narayanroger@gmail.com> | 2017-04-19 11:08:00 -0400 |
---|---|---|
committer | Dan Moseley <danmose@microsoft.com> | 2017-04-19 08:08:00 -0700 |
commit | 1a188d5d122f202bcd6ceb015a282c431fe11158 (patch) | |
tree | de42a6302466518868e0d5e3f969965fd38d7125 | |
parent | 0f6bc8b3a6402706ea60ea68e26a73534091849c (diff) | |
download | coreclr-1a188d5d122f202bcd6ceb015a282c431fe11158.tar.gz coreclr-1a188d5d122f202bcd6ceb015a282c431fe11158.tar.bz2 coreclr-1a188d5d122f202bcd6ceb015a282c431fe11158.zip |
Mac OS X is now macOS (README.md) (#11068)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |