Skip to content

Commit cdf2436

Browse files
authored
Update index.mdx
1 parent bb6fadf commit cdf2436

File tree

1 file changed

+2
-2
lines changed
  • contents/docs/getting-started/quickstart

1 file changed

+2
-2
lines changed

contents/docs/getting-started/quickstart/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: Installation & Usage guide for our application.
1919

2020
services:
2121
comparit-syntactic:
22-
image: jawad571/comparit-syntactic:2.0.0
22+
image: jawad571/comparit-syntactic:v2.0.0
2323
ports:
2424
- "8080:8080"
2525

@@ -229,4 +229,4 @@ class Adapter:
229229
with open(emf_path, "w") as file:
230230
file.write(ecoreFromEmfaticResponse.text)
231231
return emf_path
232-
```
232+
```

0 commit comments

Comments
 (0)