diff --git a/README.md b/README.md index dd63358..bc949cb 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ As expected by the discerning F# developer, Faqt is: (like `BeTrue()` for `Be(true)` on booleans, and `BeSome` for `BeOfCase(Some)` on `option` values). - **Safe:** Assertions are as type-safe as F# allows. - **Extensible:** No assertion? No problem! Writing your own assertions is very simple (details below). -- **Informative:** The assertion failure messages are designed to give you all the information you need in an - easy-to-read format. +- **Informative:** The assertion failure messages are designed to give you all the information you need in a consistent + and easy-to-read format. - **Discoverable:** The fluent syntax means you can just type a dot to discover all possible assertions and actinos on the current value. - **Composable:** As far as possible, assertions are orthogonal (they check one thing only). For example, an assertion