Fixed Getting Started intro text

This commit is contained in:
Michael Minella
2015-09-12 18:01:28 -05:00
parent a8b69cf6c0
commit f84e42c3a8

View File

@@ -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