diff --git a/README.md b/README.md
index 4f0961d..fa0fced 100644
--- a/README.md
+++ b/README.md
@@ -883,6 +883,8 @@ expect(getByTestId('login-form')).toHaveFormValues({
})
```
+
+
### `toHaveStyle`
```typescript
@@ -1291,6 +1293,8 @@ expect(document.querySelector('.cancel-button')).toBeTruthy()
> replacing `toBeInTheDOM` to read through the documentation of the proposed
> alternatives to see which use case works better for your needs.
+
+
### `toHaveDescription`
> This custom matcher is deprecated. Prefer