Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber authored Jul 26, 2023
1 parent bb4281e commit da17b65
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions unirest-mocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-mocks</artifactId>
<version>3.11.09</version>
<scope>test</scope>
</dependency>
```

### Usage
```java
class MyTest {
Expand Down

0 comments on commit da17b65

Please sign in to comment.