diff --git a/functions/consumer/sftp-consumer/README.adoc b/functions/consumer/sftp-consumer/README.adoc index 39bd39d00..0baa33fbf 100644 --- a/functions/consumer/sftp-consumer/README.adoc +++ b/functions/consumer/sftp-consumer/README.adoc @@ -14,7 +14,7 @@ You can use `sftpConsumer` as a qualifier when injecting. All configuration properties are prefixed with `sftp.consumer`. -For more information on the various options available, please see link:src/main/java/org/springframework/cloud/fn/consumer/sftp/SFTPConsumerProperties.java[SftpConsumerProperties]. +For more information on the various options available, please see link:src/main/java/org/springframework/cloud/fn/consumer/sftp/SftpConsumerProperties.java[SftpConsumerProperties]. A `ComponentCustomizer` bean can be added in the target project to provide any custom options for the `SftpMessageHandlerSpec` configuration used by the `sftpConsumer`.