From d4feae45b7e804281b74b8aa0da1c0673b078a5f Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 25 Feb 2025 07:43:52 +0100 Subject: [PATCH] Updated Response Templating (markdown) --- Response-Templating.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Response-Templating.md b/Response-Templating.md index 1f2769d..12eb7ca 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -125,9 +125,7 @@ All of the standard helpers (template functions) provided by the [C# Handlebars # Additional Handlebars helpers In addition to the standard helpers, also the helpers from [Handlebars.Net.Helpers](https://github.com/StefH/Handlebars.Net.Helpers/wiki) are supported. - -# Extra WireMock.Net Handlebars helpers -The following extra helpers are present in WireMock.Net: +The following extra helpers are included in WireMock.Net: - [Humanizer](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/Humanizer) - [JsonPath.SelectToken & JsonPath.SelectTokens](#jsonpath) - [Linq](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/wiki/DynamicLinq)