diff --git a/.github/README.md b/.github/README.md index 29a1935..3995d4a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -160,7 +160,7 @@ The configuration variables will resolve as follows: ## Batched Orchestration -This package uses its own orchestration and reporting protocol that is independent of cypress native implementation. The new [orchestration protocol](https://currents.dev/readme/integration-with-cypress/cypress-cloud#batched-orchestration) uses cypress in "offline" mode and allows batching multiple spec files for better efficiency. You can adjust the batching configuration in `currents.config.js` and use different values for e2e and component tests. +This package uses its own orchestration and reporting protocol that is independent of cypress native implementation. The new [orchestration protocol]([https://currents.dev/readme/integration-with-cypress/cypress-cloud#batched-orchestration](https://currents.dev/readme/integration-with-cypress/cypress-cloud/batched-orchestration)) uses cypress in "offline" mode and allows batching multiple spec files for better efficiency. You can adjust the batching configuration in `currents.config.js` and use different values for e2e and component tests. ## API @@ -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; }, },