From fd047e520c111ba0c35edcae6d7db90d78dd2af1 Mon Sep 17 00:00:00 2001 From: Riya-V <68143244+Riya-V@users.noreply.github.com> Date: Sat, 17 Oct 2020 00:18:52 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe45697..b48b392 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ ASP.NET Web API HMAC Authentication (API Key Authentication) ======================== -Project shows how to secure ASP.NET Web API using API Keys, this technique is useful when TLS protocol is not an option and transmitting data should be done securely. +Project shows how to secure ASP.NET Web API using API keys, this technique is useful when TLS protocol is not an option and transmitting data should be done securely.