Skip to content

Commit 9d7d1be

Browse files
authored
Update README with dependency and notes
Removed work in progress note and updated dependency groupId.
1 parent 37d4085 commit 9d7d1be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
> **Work in Progress**: Migration to kotlin multiplatform from the original [zdl-jvm](https://github.com/ZenWave360/zdl-jvm) repository.
3-
42
ZenWave Domain Model Language
53
=====================================
64

@@ -25,7 +23,7 @@ Usage:
2523

2624
```xml
2725
<dependency>
28-
<groupId>io.zenwave360.sdk</groupId>
26+
<groupId>io.zenwave360.dsl</groupId>
2927
<artifactId>dsl-kotlin-jvm</artifactId>
3028
<version>${dsl-kotlin.version}</version>
3129
</dependency>
@@ -41,6 +39,8 @@ NOTE: jvm version includes a working ZdlParser compiled from Kotlin ANTL4 target
4139

4240
* JavaScript/TypeScript:
4341

42+
NOTE: pending publishing to npm-registy
43+
4444
```bash
4545
npm install @zenwave360/dsl
4646
```

0 commit comments

Comments
 (0)