From ff51f2271668fac4d0863e13712c178e13c20207 Mon Sep 17 00:00:00 2001 From: madoc <96628276+ipanimnim@users.noreply.github.com> Date: Sat, 9 Apr 2022 19:48:27 +0300 Subject: [PATCH] Move the Note message down on the README --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d57e81fc..e3cbfd3a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,6 @@ Spring Integration Samples ========================== -# Note - -This (main) branch requires Spring Integration 6.0 or above. -For samples running against earlier versions of Spring Integration, use the __5.5.x__ and other branches. - -The project requires now Java 17 or above. -To open the project in the IDE, use its `import` option against a `build.gradle` file from the root project directory. - -# Introduction - Welcome to the **Spring Integration Samples** repository which provides **50+ samples** to help you learn [Spring Integration][]. To simplify your experience, the *Spring Integration* samples are split into 4 distinct categories: * Basic @@ -25,6 +15,14 @@ Inside of each category you'll find a **README.md** file, which will contain a m *Happy Integration!* +# Note + +This (main) branch requires Spring Integration 6.0 or above. +For samples running against earlier versions of Spring Integration, use the __5.5.x__ and other branches. + +The project requires now Java 17 or above. +To open the project in the IDE, use its `import` option against a `build.gradle` file from the root project directory. + ## Related GitHub projects * [Spring Integration][]