We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bcf5f commit c70df8eCopy full SHA for c70df8e
docs/installation.md
@@ -26,7 +26,7 @@ Use the [Docker image](https://hub.docker.com/r/vektra/mockery)
26
27
Generate all the mocks for your project:
28
29
- docker run -v "$PWD":/src -w /src vektra/mockery:v3
+ docker run -v "$PWD":/src -w /src vektra/mockery:3
30
31
### Homebrew
32
0 commit comments