From 0bcb69d7fe03b1fc6387e4227a67392bdeaee0e7 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sat, 7 Feb 2015 18:20:58 +0000 Subject: [PATCH] Update readme --- README.adoc | 10 ++++++++++ README.md | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 README.adoc delete mode 100644 README.md diff --git a/README.adoc b/README.adoc new file mode 100644 index 00000000..40d3a670 --- /dev/null +++ b/README.adoc @@ -0,0 +1,10 @@ += Spring Statemachine + +Spring Statemachine aims to provide a common infrastructure to work +with statemachine concepts in Spring applications. + += License + +Spring Session is Open Source software released under the +http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license]. + diff --git a/README.md b/README.md deleted file mode 100644 index b3a7500a..00000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# spring-statemachine