From 801394b4a6c939ee56cd98fc09729237de124266 Mon Sep 17 00:00:00 2001 From: niklaus Date: Mon, 14 May 2018 14:29:14 +0900 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92fe405..11c88b2 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ C# Extension for StarUML This extension for StarUML(http://staruml.io) support to generate C# code from UML model and to reverse C# code to UML model. Install this extension from Extension Manager of StarUML. > __Note__ -> -> This extension is based on C# 2.0 specification and the parser for C# used in this extension is not perfect, so some codes may not be reverse engineered. +> This extensions do not provide perfect reverse engineering which is a test and temporal feature. If you need a complete reverse engineering feature, please check other professional reverse engineering tools. + +> __Note__ +> This extension is based on C# 2.0 specification. C# Code Generation --------------------