Skip to content

Commit 8302465

Browse files
committed
update readme
1 parent 6652b35 commit 8302465

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ To add Testcontainers to your project, follow these steps:
2929
```elixir
3030
def deps do
3131
[
32-
{:testcontainers, "~> 1.13", only: [:test, :dev]}
32+
{:testcontainers, "~> X.XX", only: [:test, :dev]}
3333
]
3434
end
3535
```
3636

37+
Replace X.XX with the current major and minor version.
38+
3739
2. Run mix deps.get
3840

3941
3. Add the following to test/test_helper.exs

0 commit comments

Comments
 (0)