diff --git a/README.md b/README.md index 3c46d88951..5ed1513680 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ CORS === +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/yi0m8evjtg107o12/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/CORS/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/CORS.svg?branch=dev)](https://travis-ci.org/aspnet/CORS) + CORS repository includes the core implementation for CORS policy, utilized by the CORS middleware and MVC. 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.