From f212ddfff043656ab8da6ff46fa00ae47a1dad4a Mon Sep 17 00:00:00 2001 From: Sergey Tregub Date: Mon, 18 Feb 2019 15:52:53 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d90284..6f4c428 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Repository contains ready to use preconfigured project to create fully functional production ready RESTful services. +> Note! If you are looking for a .Net Core project template, please, check out the project [ASP.Net Core RESTful Service Project Template](https://github.com/drwatson1/AspNet-Core-REST-Service). + +It contains: + - CORS enabled - preconfigured HTTP OPTIONS handler - Cache-Control header preconfigured