From aea401362748ca578fd65cc1460e050214aca16a Mon Sep 17 00:00:00 2001 From: Andrew Lee <1517745+andrewrlee@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:43:46 +0000 Subject: [PATCH] Alee/fix readme (#3) * Initial commit * fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51ddbc8..d76af38 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ POC to look into surfacing app insight dependencies for the developer portal ## why? -This is a proof of component to show how we can expose dependency information about components by combining data from the service catalogue and app insights. +This is a proof of concept to show how we can expose dependency information about components by combining data from the service catalogue and app insights. -This supports at least the following use cases: +This supports the following use cases: - It allows teams to easily see which components they would impact by changing their service - It helps teams support identify root cause during outages