Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolascotton authored Mar 13, 2017
1 parent 7fed915 commit ab3dd02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Clone the repository and go to the root directory of the project.

**Step 4**: Build and run MQL server from the root of the project. Server is listening by default on port 4567.
* **Unix**
```shell
```
./gradlew run
```
* **Windows**
```shell
```
gradlew run
```

Expand Down Expand Up @@ -117,11 +117,11 @@ $ npm test

**Backend Tests**
* **Unix**
```shell
```
./gradlew mqlservice:test
```
* **Windows**
```shell
```
gradlew mqlservice:test
```

Expand Down

0 comments on commit ab3dd02

Please sign in to comment.