diff --git a/README.md b/README.md
index bba9c17850..d46b7961e0 100644
--- a/README.md
+++ b/README.md
@@ -348,16 +348,16 @@ expect {
↑ [Example](https://github.com/robstoll/atrium/tree/main/misc/tools/readme-examples/src/main/kotlin/readme/examples/MostExamplesSpec.kt#L64) ↓ [Output](#ex-toThrow1)
```text
-I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$5$1 <1234789>)
+I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$7$1 <1234789>)
◆ ▶ thrown exception when called: java.lang.IllegalArgumentException
◾ to be an instance of type: IllegalStateException (java.lang.IllegalStateException)
ℹ Properties of the unexpected IllegalArgumentException
» message: "name is empty" <1234789>
» stacktrace:
- ⚬ readme.examples.MostExamplesSpec$1$5$1.invoke(MostExamplesSpec.kt:67)
- ⚬ readme.examples.MostExamplesSpec$1$5$1.invoke(MostExamplesSpec.kt:65)
- ⚬ readme.examples.MostExamplesSpec$1$5.invoke(MostExamplesSpec.kt:280)
- ⚬ readme.examples.MostExamplesSpec$1$5.invoke(MostExamplesSpec.kt:64)
+ ⚬ readme.examples.MostExamplesSpec$1$7$1.invoke(MostExamplesSpec.kt:67)
+ ⚬ readme.examples.MostExamplesSpec$1$7$1.invoke(MostExamplesSpec.kt:22)
+ ⚬ readme.examples.MostExamplesSpec$1$7.invoke(MostExamplesSpec.kt:280)
+ ⚬ readme.examples.MostExamplesSpec$1$7.invoke(MostExamplesSpec.kt:22)
```
@@ -387,7 +387,7 @@ expect {
↑ [Example](https://github.com/robstoll/atrium/tree/main/misc/tools/readme-examples/src/main/kotlin/readme/examples/MostExamplesSpec.kt#L71) ↓ [Output](#ex-toThrow2)
```text
-I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$6$1 <1234789>)
+I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$8$1 <1234789>)
◆ ▶ thrown exception when called: java.lang.IllegalArgumentException
◾ ▶ message: null
◾ not to equal: null but to be an instance of: String (kotlin.String) -- Class: java.lang.String
@@ -408,7 +408,7 @@ expect {
↑ [Example](https://github.com/robstoll/atrium/tree/main/misc/tools/readme-examples/src/main/kotlin/readme/examples/MostExamplesSpec.kt#L79) ↓ [Output](#ex-toThrow3)
```text
-I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$7$1 <1234789>)
+I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$9$1 <1234789>)
◆ ▶ thrown exception when called: java.lang.IllegalArgumentException
◾ ▶ message: null
◾ not to equal: null but to be an instance of: String (kotlin.String) -- Class: java.lang.String
@@ -431,19 +431,19 @@ expect {
↑ [Example](https://github.com/robstoll/atrium/tree/main/misc/tools/readme-examples/src/main/kotlin/readme/examples/MostExamplesSpec.kt#L85) ↓ [Output](#ex-notToThrow)
```text
-I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$8$1 <1234789>)
+I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$10$1 <1234789>)
◆ ▶ invoke(): ❗❗ threw java.lang.IllegalArgumentException
ℹ Properties of the unexpected IllegalArgumentException
» message: "name is empty" <1234789>
» stacktrace:
- ⚬ readme.examples.MostExamplesSpec$1$8$1.invoke(MostExamplesSpec.kt:88)
- ⚬ readme.examples.MostExamplesSpec$1$8$1.invoke(MostExamplesSpec.kt:86)
- ⚬ readme.examples.MostExamplesSpec$1$8.invoke(MostExamplesSpec.kt:89)
- ⚬ readme.examples.MostExamplesSpec$1$8.invoke(MostExamplesSpec.kt:85)
+ ⚬ readme.examples.MostExamplesSpec$1$10$1.invoke(MostExamplesSpec.kt:88)
+ ⚬ readme.examples.MostExamplesSpec$1$10$1.invoke(MostExamplesSpec.kt:22)
+ ⚬ readme.examples.MostExamplesSpec$1$10.invoke(MostExamplesSpec.kt:89)
+ ⚬ readme.examples.MostExamplesSpec$1$10.invoke(MostExamplesSpec.kt:22)
» cause: java.lang.RuntimeException
» message: "a cause" <1234789>
» stacktrace:
- ⚬ readme.examples.MostExamplesSpec$1$8$1.invoke(MostExamplesSpec.kt:88)
+ ⚬ readme.examples.MostExamplesSpec$1$10$1.invoke(MostExamplesSpec.kt:88)
```
@@ -1924,7 +1924,7 @@ expect {
↑ [Example](https://github.com/robstoll/atrium/tree/main/misc/tools/readme-examples/src/main/kotlin/readme/examples/MostExamplesSpec.kt#L251) ↓ [Output](#ex-add-info-3)
```text
-I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$38$1 <1234789>)
+I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpec$1$40$1 <1234789>)
◆ ▶ thrown exception when called: java.lang.IllegalArgumentException
◾ to be an instance of type: IllegalStateException (java.lang.IllegalStateException)
» ▶ message:
@@ -1935,14 +1935,14 @@ I expected subject: () -> kotlin.Nothing (readme.examples.MostExamplesSpe
ℹ Properties of the unexpected IllegalArgumentException
» message: "no no no..." <1234789>
» stacktrace:
- ⚬ readme.examples.MostExamplesSpec$1$38$1.invoke(MostExamplesSpec.kt:256)
- ⚬ readme.examples.MostExamplesSpec$1$38$1.invoke(MostExamplesSpec.kt:252)
- ⚬ readme.examples.MostExamplesSpec$1$38.invoke(MostExamplesSpec.kt:280)
- ⚬ readme.examples.MostExamplesSpec$1$38.invoke(MostExamplesSpec.kt:251)
+ ⚬ readme.examples.MostExamplesSpec$1$40$1.invoke(MostExamplesSpec.kt:256)
+ ⚬ readme.examples.MostExamplesSpec$1$40$1.invoke(MostExamplesSpec.kt:22)
+ ⚬ readme.examples.MostExamplesSpec$1$40.invoke(MostExamplesSpec.kt:280)
+ ⚬ readme.examples.MostExamplesSpec$1$40.invoke(MostExamplesSpec.kt:22)
» cause: java.lang.UnsupportedOperationException
» message: "not supported" <1234789>
» stacktrace:
- ⚬ readme.examples.MostExamplesSpec$1$38$1.invoke(MostExamplesSpec.kt:254)
+ ⚬ readme.examples.MostExamplesSpec$1$40$1.invoke(MostExamplesSpec.kt:254)
```