From 76c75f2869aba8cd6be211edfef3d602db382738 Mon Sep 17 00:00:00 2001 From: Peter Valdez Date: Fri, 7 Jun 2024 10:14:59 -0400 Subject: [PATCH] Fix requires doc in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25fee1f..003f85b 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ As a common example, if you sleep all of your staging/ephemeral deployments for # (optional, defaults to all deployments) specify which deployments # must be ready to wake this ingress requires: - deployments: - - name: your-app-frontend + - deployment: + name: your-app-frontend # (optional, defaults to UTC) the timezone to use for the input times above timezone: 'America/New_York'