diff --git a/unirest-mocks/README.md b/unirest-mocks/README.md index fdffeb53..f7180431 100644 --- a/unirest-mocks/README.md +++ b/unirest-mocks/README.md @@ -3,17 +3,6 @@ ### About A series of mocks for use with Unirest for unit testing. The mock clients will not make any real web requests. -### Installation -Maven -```xml - - com.konghq - unirest-mocks - 3.11.09 - test - -``` - ### Usage ```java class MyTest {