From 05f308c96c4fa689a2e008e59f0c95bfe4272780 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 25 Mar 2024 16:54:56 -0500 Subject: [PATCH] Fix spring-header-filter-function README Fixes copy/pasta error from header enricher function. --- function/spring-header-filter-function/README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/function/spring-header-filter-function/README.adoc b/function/spring-header-filter-function/README.adoc index 4466f250..81138920 100644 --- a/function/spring-header-filter-function/README.adoc +++ b/function/spring-header-filter-function/README.adoc @@ -1,10 +1,10 @@ -= Header Enricher Function += Header Filter Function -This module provides a header enricher function that can be reused and composed in other applications. +This module provides a header filter function that can be reused and composed in other applications. == Beans for injection -The `HeaderEnricherFunctionConfiguration` auto-configuration provides the following bean: +The `HeaderFilterFunctionConfiguration` auto-configuration provides the following bean: `headerFilterFunction` @@ -22,4 +22,4 @@ See this link:src/test/java/org/springframework/cloud/fn/header/filter/HeaderFil == Other usage -See this https://github.com/spring-cloud/stream-applications/blob/main/applications/processor/header-filter-processor/README.adoc[README] where this function is used to create a Spring Cloud Stream application. \ No newline at end of file +See this https://github.com/spring-cloud/stream-applications/blob/main/applications/processor/header-filter-processor/README.adoc[README] where this function is used to create a Spring Cloud Stream application.