Update README.md (#1799)

Kestrel is not (only) libuv-based anymore :)
This commit is contained in:
Florian Greinacher 2017-04-30 20:00:31 +02:00 committed by David Fowler
parent 9a5d6c8879
commit 3375cf0e28
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,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 web server for ASP.NET Core based on [libuv](https://github.com/libuv/libuv).
This repo contains a cross-platform web server for ASP.NET Core.
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.