diff --git a/README.md b/README.md index dce6f91..5435005 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository demonstrates how to report test results generated by Jest to [Currents](https://currents.dev) - a cloud platform for debugging, troubleshooting and analysing CI tests. -This example runs Jest tests in [parallel](https://jestjs.io/docs/cli#--shard) using GitHub actions matrix with 2 machines. +This example runs Jest tests in [parallel](https://jestjs.io/docs/cli#--shard) using GitHub actions matrix with 2 containers. ## How to reproduce