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.