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 f8d61b5 commit 31cf7d2Copy full SHA for 31cf7d2
README.md
@@ -14,7 +14,7 @@ Add the Maven dependency:
14
<dependency>
15
<groupId>io.tarantool</groupId>
16
<artifactId>testcontainers-java-tarantool</artifactId>
17
- <version>0.4.3</version>
+ <version>0.4.4</version>
18
</dependency>
19
```
20
@@ -137,7 +137,7 @@ testapp.s2-replica:
137
http_port: 8085
138
139
140
-and the file `topology.lua` conatains a custom script which sets up the cluster topology using the Cartridge API:
+and the file `topology.lua` contains a custom script which sets up the cluster topology using the Cartridge API:
141
142
```lua
143
cartridge = require('cartridge')
0 commit comments