diff --git a/README.md b/README.md index 50b11d3..da4874a 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,6 @@ type MyInterface interface { Then run `go generate` for your package. -### Install - -``` -go install github.com/matryer/moq -``` - ### How to use it Mocking interfaces is a nice way to write unit tests where you can easily control the behaviour of the mocked object.