From 623c34388addd49867ad0bfd4260793c6b16bd54 Mon Sep 17 00:00:00 2001 From: James Ko Date: Tue, 7 Jun 2016 21:41:28 -0400 Subject: ASP.NET 5 -> Core (#5591) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a39377ca9b..f5aef27973 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The best ways to learn about CoreCLR are to try out the product instructions and - [Book of the Runtime](Documentation/README.md#book-of-the-runtime) - [CoreCLR Documents](Documentation) -.NET Core is part of ASP.NET 5 and is a subset of the .NET Framework. You can learn more about .NET Core and how and where you can use it in the [CoreCLR is open source][coreclr blog post] blog post. +.NET Core is part of ASP.NET Core and is a subset of the .NET Framework. You can learn more about .NET Core and how and where you can use it in the [CoreCLR is open source][coreclr blog post] blog post. The [.NET Core Libraries][corefx] repo contains the base class libraries, which provides data types and base functionality (ex: String, Collections, HttpClient) on top of CoreCLR. The two repos together make up .NET Core. The [.NET Core is Open Source][.NET Core oss] and [Introducing .NET Core][Introducing .NET Core] blog posts describes our .NET Core OSS strategy and road map in more detail. @@ -84,7 +84,7 @@ There are many .NET projects on GitHub. - The [.NET home repo](https://github.com/Microsoft/dotnet) links to 100s of .NET projects, from Microsoft and the community. - The [.NET Core repo](https://github.com/dotnet/core) links to .NET Core related projects from Microsoft. -- The [ASP.NET home repo](https://github.com/aspnet/home) is the best place to start learning about ASP.NET 5. +- The [ASP.NET home repo](https://github.com/aspnet/home) is the best place to start learning about ASP.NET Core. - [dotnet.github.io](http://dotnet.github.io) is a good place to discover .NET Foundation projects. [.NET Core oss]: http://blogs.msdn.com/b/dotnet/archive/2014/11/12/net-core-is-open-source.aspx -- cgit v1.2.3