From 0257dca46efbbb273e62047149738d03a7d460e5 Mon Sep 17 00:00:00 2001 From: Roman Ackermann Date: Mon, 18 May 2020 01:37:01 +0200 Subject: [PATCH] Fixed paragraph styling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c318ff..efe8745 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This library allows easy integration of in PHP applications. ### Highlights -- [Built-in managed identity support](https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity) +- [Built-in managed identity support](https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity) Setup managed identities for your apps and centralise all secrets, keys and certificates in Azure Key Vault. Get secure access directly from your code without worrying about credentials. -- Easy to use API +- Easy to use API This library's API is simple and easy to understand. After some setup in Azure and a few lines of code you're good to go! - Works with Windows & Linux based App Service Plans