From aae61b241b53676aac1612c86cc1ed3881a3b65d Mon Sep 17 00:00:00 2001 From: Nicholas DeJaco <54116900+ndejaco2@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:31:26 -0700 Subject: [PATCH] Fix example in README.md --- hooks/AppSync_BreakingChangeDetection/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hooks/AppSync_BreakingChangeDetection/README.md b/hooks/AppSync_BreakingChangeDetection/README.md index 56476800..21f450c1 100644 --- a/hooks/AppSync_BreakingChangeDetection/README.md +++ b/hooks/AppSync_BreakingChangeDetection/README.md @@ -171,7 +171,8 @@ Resources: } enum TestType { - SIMPLE, + SIMPLE COMPLEX + COMPOUND } ```