From 85a7d3757cf92176cea44123ecb8068483467299 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 29 Nov 2023 17:22:28 +0100 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f626578..109bb74 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## Introduction -This is a C++ statemachine generator that generates statemachines based on https://github.com/dziegel/cpp_event_framework -from an XMI model (e.g. created via Eclipse Papyrus https://www.eclipse.org/papyrus/). -The code generation tool used is Acceleo https://www.eclipse.org/acceleo/. +This is a C++ statemachine generator that generates statemachines based on +from an XMI model (e.g. created via Eclipse Papyrus ). +The code generation tool used is Acceleo . ## Current state @@ -34,4 +34,3 @@ Apache-2.0 ## Author Dirk Ziegelmeier -