From a82bf06525db0f70a67b345c43152f4fcdb42920 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Wed, 14 Feb 2018 10:05:14 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 807744f..3287bd9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Spring Integration Flow *NOTE: If you want to get right to the code, see the unit tests and check out (literally :) the [spring-integration-flow-samples](http:github.com/dturanski/spring-integration-flow-samples) project* -#Goals +# Goals Spring Integration components already support common enterprise integration patterns. Sometimes it is desirable to create common message flows which implement higher level messaging patterns or "cross cutting concerns" for your application environment. This is especially true in more complex applications.