From f6dc78be924abccc652cf6cfdafd133a754449d4 Mon Sep 17 00:00:00 2001 From: greydoubt <43443470+greydoubt@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:20:19 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 581658a..4981f9b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ In a multiscript (Enterprise) environment the ```name``` will be seen in the UI The ```main.workflow``` output could look something like: ``` -workflow "Depkoy Worker { +workflow "Deploy Worker { on = "push" resolves = ["cloudflare/serverless-action@master"] }