From 3ee299801269cb1fe89ff67da2514c70c5a9ae99 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Wed, 20 Sep 2023 12:36:14 -0700 Subject: [PATCH] Update README.md [skip ci] --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 512b7f9..3995d4a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -291,7 +291,7 @@ export default defineConfig({ const on = patchCypressOn(cypressOn); // the rest of the plugins use the patched "on" function const configAlt = somePlugin(on, config); - const result = await cloudPlugin(on, configXconfigAlt); + const result = await cloudPlugin(on, configAlt); return result; }, },