Updated per code review

This commit is contained in:
Michael Minella
2015-12-31 11:04:27 -06:00
parent 6483bc2de9
commit a0773668c1

View File

@@ -36,7 +36,7 @@ badges:
{% capture billboard_description %}
Spring Cloud Task allows a user to develop and run short lived microservices using Spring Cloud and run them locally, or in the cloud, or even on Spring Cloud Data Flow. Just add `@EnableTask` and run your app as a Spring Boot app (single application context).
Spring Cloud Task allows a user to develop and run short lived microservices using Spring Cloud and run them locally, in the cloud, even on Spring Cloud Data Flow. Just add `@EnableTask` and run your app as a Spring Boot app (single application context).
{% endcapture %}
@@ -74,7 +74,6 @@ public class ExampleApplication {
* [Spring Batch](http://spring.io/spring-batch/)
* [Spring Cloud Data Flow](http://cloud.spring.io/spring-cloud-dataflow/)
* [Spring XD]({{site.projects_site_url}}/spring-xd/)
{% endcapture %}