diff --git a/README.md b/README.md index 650d940f..398a01a2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + **Open BPMN** is a free and open modeling platform to create and maintain business models based on the BPMN 2.0 standard. **Open BPMN** can be used by business analysts to design a top level business process, as also by architects and developers to model the technical details of complex processing logic. Further more, **Open BPMN** provides an extension mechanism to adapt the modeling platform to the individual requirements in any business process project. diff --git a/doc/images/logo-test.png b/doc/images/logo-openbpmn-no-margin.png similarity index 100% rename from doc/images/logo-test.png rename to doc/images/logo-openbpmn-no-margin.png diff --git a/open-bpmn.metamodel/README.md b/open-bpmn.metamodel/README.md index bd8a805b..ef39b055 100644 --- a/open-bpmn.metamodel/README.md +++ b/open-bpmn.metamodel/README.md @@ -1,6 +1,4 @@ -

Metamodel

- -# Open BPMN 2.0 - Metamodel +

Metamodel

**Open BPMN** provides a Java Metamodel which can be used to create, load and manipulate a BPMN model programmatically. The Metamodel provides factory and model classes to work with an BPMN model instance. The library is based on the `org.w3c.dom` XML API and operates directly on the dom Nodes which makes the Metamodel very flexible. This concept allows you to handle any kind of BPMN model and also work with BPMN 2.0 extensions or add your own extensions.