We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6fadf commit cdf2436Copy full SHA for cdf2436
contents/docs/getting-started/quickstart/index.mdx
@@ -19,7 +19,7 @@ description: Installation & Usage guide for our application.
19
20
services:
21
comparit-syntactic:
22
- image: jawad571/comparit-syntactic:2.0.0
+ image: jawad571/comparit-syntactic:v2.0.0
23
ports:
24
- "8080:8080"
25
@@ -229,4 +229,4 @@ class Adapter:
229
with open(emf_path, "w") as file:
230
file.write(ecoreFromEmfaticResponse.text)
231
return emf_path
232
-```
+```
0 commit comments