From e2f5171071f0af62a61c0b192ff6469a6b8b8d8d Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 19 Apr 2017 10:51:04 -0400 Subject: [PATCH] Mac OS X is now macOS (README.md) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21dd9f76665b..378ce5233bc2 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)