Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
awiodev committed Apr 19, 2019
1 parent 6efec7f commit 39c7b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,7 +35,7 @@ To start local MoxProxy service, add **moxproxy.core** dependecy to your pom.xml
<dependency>
<groupId>com.moxproxy</groupId>
<artifactId>moxproxy.core</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```
Setup proxy using LocalMoxProxy builder.
Expand Down Expand Up @@ -162,7 +162,7 @@ To communicate with webservice add **moxproxy.client** dependency to your pom.xm
<dependency>
<groupId>com.moxproxy</groupId>
<artifactId>moxproxy.client</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```
Setup proxy client using MoxProxyClient builder.
Expand Down

0 comments on commit 39c7b06

Please sign in to comment.