From ca75eed5d287c9df8958217453727f62ac19a019 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Thu, 10 Mar 2016 19:05:20 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 854a25705f..a693db070f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ KestrelHttpServer AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/nr0s92ykm57q0bjv/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/KestrelHttpServer/branch/dev) -Travis: [![Travis](https://travis-ci.org/aspnet/KestrelHttpServer.svg?branch=dev)](https://travis-ci.org/aspnet/KestrelHttpServer) +Travis: [![Travis](https://travis-ci.org/aspnet/KestrelHttpServer.svg?branch=dev)](https://travis-ci.org/aspnet/KestrelHttpServer) -This repo contains a web server for ASP.NET 5 based on [libuv](https://github.com/libuv/libuv). +This repo contains a web server for ASP.NET Core 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. +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.