From 2649b274943278054db9f460bad909d50a053808 Mon Sep 17 00:00:00 2001 From: Nicholas DeJaco <54116900+ndejaco2@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:08:50 -0700 Subject: [PATCH] Fix example in README.md (#247) --- 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 } ```