Skip to content

Commit

Permalink
Merge pull request #192 from karishmag9/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
NiteshKant committed Jul 25, 2014
2 parents e1aa068 + 04f1b82 commit b1e1c9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ To run the example execute:

```
$ cd RxNetty/rx-netty-examples
$ ../gradlew runWordCounterServer -PtextFile=<some_text_file>
$ ../gradlew runWordCounterServer
```

and in another console:

```
$ cd RxNetty/rx-netty-examples
$ ../gradlew runWordCounterClient
$ ../gradlew runWordCounterClient -PtextFile=<some_text_file>
```

HTTP client
Expand Down

0 comments on commit b1e1c9f

Please sign in to comment.