diff --git a/Response-Templating.md b/Response-Templating.md index 20cd811..09ab851 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -64,8 +64,7 @@ The model of the request is supplied to the header and body templates. The follo * `request.bodyAsJson` - Request body as dynamic Json Object. Note that the request **must** contain the header `Content-Type` with value `application/json`! ### Handlebars helpers -All of the standard helpers (template functions) provided by the C# Handlebars implementation plus all of the string helpers are available e.g. -`{{capitalize request.query.search}}` +All of the standard helpers (template functions) provided by the [C# Handlebars implementation](https://github.com/rexm/Handlebars.Net) are available. ### Transform the content from a referenced file