From b5fa70cb181ea5750673651b7ce3d1ee635d1d7d Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Tue, 12 Sep 2023 10:57:49 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cabc3a9..b097654 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ derived state from an assertion, so you can track the transformations on the ori 1. Install Faqt [from NuGet](https://www.nuget.org/packages/Faqt). Faqt supports .NET 5.0 and higher. 2. If you use path mapping, deterministic source paths, or want to execute assertions where source files are not available (e.g. in production), set `DebugType` to `embedded` and `EmbedAllSources` to `true`. For more details, see - the [documentation](DOCUMENTATION.md) + the [documentation](DOCUMENTATION.md). ## Faqt in a nutshell