Merge pull request #634 from logankd/patch-2

Asp.Net Core update to readme
This commit is contained in:
Eilon Lipton 2016-03-12 17:56:25 -08:00
commit 8888cfb059
1 changed files with 2 additions and 2 deletions

View File

@ -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.