From e8b6908b045820136bdf3e312c83828867584ded Mon Sep 17 00:00:00 2001 From: David Fowler Date: Tue, 1 Sep 2015 02:20:22 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a43c71f919..854a25705f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/nr0s92ykm57q0 Travis: [![Travis](https://travis-ci.org/aspnet/KestrelHttpServer.svg?branch=dev)](https://travis-ci.org/aspnet/KestrelHttpServer) -This repo contains a development web server for ASP.NET 5 based on [libuv](https://github.com/libuv/libuv). +This repo contains a web server for ASP.NET 5 based on [libuv](https://github.com/libuv/libuv). 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.