Skip to content

Commit

Permalink
[wssimulator-0.2.9] - Bug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kellizer committed Aug 19, 2016
1 parent f234a1a commit ea74397
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WSSimulator is an open source library that easily allows for you to simulate ext
**Getting Started**

* Java 8
* The dependency from JCenter or the Standalone [distro](https://github.com/CognitiveJ/wssimulator/releases/download/0.2.8/wssimulator-0.2.8.zip "Download Standalone Version")
* The dependency from JCenter or the Standalone [distro](https://github.com/CognitiveJ/wssimulator/releases/download/0.2.9/wssimulator-0.2.9.zip "Download Standalone Version")


To simulate web service calls, you first need to describe the simulation. This process is very easy as Simulations are created in a YAML format and you don't need to 'simulate' much to get start as the only required field for you to define is _path_ and WSSimulator will default the other options.
Expand Down Expand Up @@ -54,15 +54,15 @@ There are 2 ways to use WSSimulator; as a standalone application or as an embedd
WSSimulator is packaged here and supports been executed on both *nix & windows systems;
* For *nix systems
- Unizip the ws-simulator-0.2.8.zip file to a local directory
- Unizip the ws-simulator-0.2.9.zip file to a local directory
- Then Call:
```shell
./wssimulator <options>
```

* For Windows
- Unizip the ws-simulator-0.2.8.zip file to a local directory
- Unizip the ws-simulator-0.2.9.zip file to a local directory
- Then Call:
```shell
./wssimulator.bat <options>
Expand Down Expand Up @@ -96,7 +96,7 @@ repositories {
}
dependencies {
compile "cognitivej:wssimulator:0.2.8"
compile "cognitivej:wssimulator:0.2.9"
...
}
Expand All @@ -107,7 +107,7 @@ repositories {
<dependency>
<groupId>cognitivej</groupId>
<artifactId>wssimulator</artifactId>
<version>0.2.8</version>
<version>0.2.9</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit ea74397

Please sign in to comment.