diff --git a/README.md b/README.md index 588eca4ea..940c3b5f3 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ DispatchQueue.main.async { await expect(ocean).toEventually(contain("dolphens", "whiles")) ``` -Starting in Numble 12, `toEventually` et. al. now also supports async +Starting in Nimble 12, `toEventually` et. al. now also supports async expectations. For example, the following test is now supported: ```swift