Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Jul 20, 2023
1 parent 9bf27cd commit d1ab8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1ab8eb

Please sign in to comment.