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 } ```