Skip to content

Commit d8c9385

Browse files
committed
readme
1 parent 41acc8d commit d8c9385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

0 commit comments

Comments
 (0)