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; }, },