diff --git a/index.html b/index.html index 5631ed3e6..a8116ac70 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ Spring Cloud Stream allows a user to develop and run messaging microservices usi {% include download_widget.md %} As long as Spring Cloud Stream and a Spring XD Message Bus is on the -classpath any Spring Boot application with `@EnableChannelBinding` will bind to an external broker provided by the bus (e.g. redis, rabbit, kafka, depending on the implementation you choose). Sample application: +classpath any Spring Boot application with `@EnableBinding` will bind to an external broker provided by the bus (e.g. redis, rabbit, kafka, depending on the implementation you choose). Sample application: ```java @SpringBootApplication