From 6e07daaed134985095f507f8ade5df33b013abbc Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Mon, 15 Aug 2011 23:53:19 -0400 Subject: [PATCH] Added a quick list enumerating the 4 categories for examples in README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ff5944..3f2c3aaf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,14 @@ Spring Integration Samples # Introduction -Welcome to the Spring Integration Samples. To simplify your experience, Spring Integration Samples were split into 4 distinct categories. Inside of each category you'll find a 'README.md' which will contain a more detailed description of that category's specifics. Each sample also comes with its own 'readme.txt' file explaining details. +Welcome to the Spring Integration Samples. To simplify your experience, Spring Integration Samples were split into 4 distinct categories: + +* Basic +* Intermediate +* Advanced +* Applications + + Inside of each category you'll find a 'README.md' which will contain a more detailed description of that category's specifics. Each sample also comes with its own 'readme.txt' file explaining details. *Happy Integration!*