From aec47fe957b8d4450fa895c44d43ad2ac4b284f4 Mon Sep 17 00:00:00 2001 From: Aligned Date: Thu, 10 Mar 2016 11:52:36 -0600 Subject: [PATCH] Asp.Net Core update to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 057175f9dd..28ecfa142d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/99mq30o3hcs9p Travis: [![Travis](https://travis-ci.org/aspnet/Hosting.svg?branch=dev)](https://travis-ci.org/aspnet/Hosting) -The Hosting repo contains code required to host an ASP.NET 5 application, it is the entry point used when self-hosting an application. +The Hosting repo contains code required to host an ASP.NET Core application, it is the entry point used when self-hosting an application. -This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo. +This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.