Skip to content

Commit ec0b3c7

Browse files
committed
zdl-kotlin: working jvm and js versions
1 parent 5db3284 commit ec0b3c7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ZDL is a Domain Specific Language (DSL) for Event-Driven Architectures. With Dom
1717
- And because it's machine-friendly it can be parsed and converted into multiple software artifacts like:
1818
- documentation, drawings, API definitions like OpenAPI and AsyncAPI v2/v3 and multiple backend implementations and its tests.
1919

20+
![EventStorming ZDL](docs/EvenStorming-ZDL.png)
21+
2022
Usage:
2123

2224
* Java:
@@ -48,10 +50,7 @@ const zdlContent = "...";
4850
const model = parseZdl(zdlContent);
4951
```
5052

51-
Further reading:
53+
* Further reading:
5254
- [ZDL Domain Language Reference](https://zenwave360.github.io/docs/event-driven-design/zenwave-domain-language)
5355
- [ZenWave SDK](https://zenwave360.github.io/zenwave-sdk/)
5456
- [ZenWave Editor for IntelliJ](https://zenwave360.github.io/plugin/)
55-
56-
![EventStorming ZDL](docs/EvenStorming-ZDL.png)
57-

0 commit comments

Comments
 (0)