Skip to content

Commit

Permalink
Merge pull request #483 from Kong/ryber-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ryber authored Jul 26, 2023
2 parents bb4281e + da17b65 commit 21605d8
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 21605d8

Please sign in to comment.