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 0c6d2ee commit c84e360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ As expected by the discerning F# developer, Faqt is:
with `BeSome()`, split out assertion chains with `Satisfy`, and require one of several sub-assertions
with `SatisfyAny`.
- **Configurable:** You can configure how values are formatted in the assertion message on a type-by-type basis, and
specify a default formatter (e.g. for serializing objects to JSON for display).
specify a default formatter (e.g. for displaying all values as serialized JSON by default).
- **Production-ready:** Faqt is very well tested and will not break your code, whether test or production.

## Writing your own assertions
Expand Down

0 comments on commit c84e360

Please sign in to comment.