diff --git a/readme.md b/readme.md index 06b6fc0f2..f98d46a6f 100644 --- a/readme.md +++ b/readme.md @@ -376,9 +376,7 @@ test(t => { ### Running tests serially -By default tests are run concurrently, which is awesome. Sometimes though you have to write tests that cannot run concurrently. - -In these rare cases you can use the `.serial` modifier. It will force those tests to run serially *before* the concurrent ones. +Tests are run concurrently by default, however, sometimes you have to write tests that cannot run concurrently. In these rare cases you can use the `.serial` modifier. It will force those tests to run serially *before* the concurrent ones. ```js test.serial(t => {